531
531
void unlock_table_names(TableList *last_table= NULL);
535
534
table_map dep_tables; ///< tables the table depends on
536
535
table_map on_expr_dep_tables; ///< tables on expression depends on
537
536
nested_join_st *nested_join; ///< if the element is a nested join
538
537
TableList *embedding; ///< nested join containing the table
539
538
List<TableList> *join_list; ///< join list the table belongs to
540
539
plugin::StorageEngine *db_type; ///< table_type for handler
543
542
/** true if an alias for this table was specified in the SQL. */