mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge MDEV-7936 into 10.1
This commit is contained in:
@ -143,7 +143,11 @@ TABLE_LIST *find_table_in_list(TABLE_LIST *table,
|
||||
const char *db_name,
|
||||
const char *table_name);
|
||||
TABLE *find_temporary_table(THD *thd, const char *db, const char *table_name);
|
||||
bool find_and_use_temporary_table(THD *thd, const char *db,
|
||||
const char *table_name, TABLE **out_table);
|
||||
TABLE *find_temporary_table(THD *thd, const TABLE_LIST *tl);
|
||||
bool find_and_use_temporary_table(THD *thd, const TABLE_LIST *tl,
|
||||
TABLE **out_table);
|
||||
TABLE *find_temporary_table(THD *thd, const char *table_key,
|
||||
uint table_key_length);
|
||||
void close_thread_tables(THD *thd);
|
||||
|
Reference in New Issue
Block a user