1403
1403
/* Work with temporary tables */
1404
1404
Table *find_temporary_table(TableList *table_list);
1405
1405
Table *find_temporary_table(const char *db, const char *table_name);
1407
1415
void close_temporary_tables();
1408
1416
void close_temporary_table(Table *table);