mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -26,7 +26,7 @@ bool mysql_alter_db(THD *thd, const LEX_CSTRING *db,
|
||||
const Schema_specification_st *create);
|
||||
bool mysql_rm_db(THD *thd, const LEX_CSTRING *db, bool if_exists);
|
||||
bool mysql_upgrade_db(THD *thd, const LEX_CSTRING *old_db);
|
||||
bool mysql_change_db(THD *thd, const LEX_CSTRING *new_db_name,
|
||||
uint mysql_change_db(THD *thd, const LEX_CSTRING *new_db_name,
|
||||
bool force_switch);
|
||||
|
||||
bool mysql_opt_change_db(THD *thd,
|
||||
|
Reference in New Issue
Block a user