1460
1443
/* Work with temporary tables */
1461
1444
Table *find_temporary_table(TableList *table_list);
1462
1445
Table *find_temporary_table(const char *db, const char *table_name);
1463
1447
void close_temporary_tables();
1466
1455
int drop_temporary_table(TableList *table_list);
1467
1456
bool rm_temporary_table(drizzled::plugin::StorageEngine *base, char *path);
1468
1457
Table *open_temporary_table(const char *path, const char *db,
1472
1461
bool reopen_tables(bool get_locks, bool mark_share_as_old);