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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user