1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-8569 build_table_filename() doesn't support temporary tables.

Temporary tables support added for RENAME and ALTER TABLE.
This commit is contained in:
Alexey Botchkov
2016-07-18 11:50:08 +04:00
parent c6fdb92ca8
commit bf2e31500c
9 changed files with 70 additions and 18 deletions

View File

@@ -247,7 +247,8 @@ bool log_drop_table(THD *thd, const char *db_name, size_t db_name_length,
const char *table_name, size_t table_name_length,
bool temporary_table);
bool quick_rm_table(THD *thd, handlerton *base, const char *db,
const char *table_name, uint flags);
const char *table_name, uint flags,
const char *table_path=0);
void close_cached_table(THD *thd, TABLE *table);
void sp_prepare_create_field(THD *thd, Create_field *sql_field);
int prepare_create_field(Create_field *sql_field,