1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added IF EXISTS to RENAME TABLE and ALTER TABLE

This commit is contained in:
Monty
2019-12-30 13:34:28 +02:00
parent 5f5c63e0fe
commit bff79492c5
17 changed files with 219 additions and 101 deletions

View File

@ -19,6 +19,7 @@
class THD;
struct TABLE_LIST;
bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent);
bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent,
bool if_exists);
#endif /* SQL_RENAME_INCLUDED */