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