From dd270e43bf84e7dbf2a9ee7c6c3a6de372128e83 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Wed, 10 Dec 2014 08:13:08 +0400 Subject: MDEV-7280 DATABASE: CREATE OR REPLACE --- sql/sql_db.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/sql_db.h') diff --git a/sql/sql_db.h b/sql/sql_db.h index bdd525779f0..b0d99cc1ba4 100644 --- a/sql/sql_db.h +++ b/sql/sql_db.h @@ -22,10 +22,10 @@ class THD; int mysql_create_db(THD *thd, char *db, const DDL_options_st &options, - Schema_specification_st *create, bool silent); + const Schema_specification_st *create); bool mysql_alter_db(THD *thd, const char *db, - Schema_specification_st *create); -bool mysql_rm_db(THD *thd, char *db, bool if_exists, bool silent); + 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, bool force_switch); -- cgit v1.2.1