1447
1447
// The method below just handles the de-allocation of the table. In
1448
1448
// a better memory type world, this would not be needed.
1453
1454
int drop_temporary_table(TableList *table_list);
1455
1456
bool rm_temporary_table(TableIdentifier &identifier);
1456
1457
Table *open_temporary_table(TableIdentifier &identifier,
1457
1458
bool link_in_list= true);