diff options
Diffstat (limited to 'sql/sql_db.h')
-rw-r--r-- | sql/sql_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_db.h b/sql/sql_db.h index ed8417a7793..b778e42645a 100644 --- a/sql/sql_db.h +++ b/sql/sql_db.h @@ -26,7 +26,7 @@ bool mysql_alter_db(THD *thd, const char *db, const Schema_specification_st *create); bool mysql_rm_db(THD *thd, char *db, bool if_exists); bool mysql_upgrade_db(THD *thd, LEX_STRING *old_db); -bool mysql_change_db(THD *thd, const LEX_STRING *new_db_name, +uint mysql_change_db(THD *thd, const LEX_STRING *new_db_name, bool force_switch); bool mysql_opt_change_db(THD *thd, |