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