528
534
table_map dep_tables; ///< tables the table depends on
529
535
table_map on_expr_dep_tables; ///< tables on expression depends on
531
537
TableList *embedding; ///< nested join containing the table
532
538
List<TableList> *join_list; ///< join list the table belongs to
533
539
plugin::StorageEngine *db_type; ///< table_type for handler