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 c0646bd65f0..7eee86fa7c8 100644 --- a/sql/sql_db.h +++ b/sql/sql_db.h @@ -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, |