mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
|
||||
class THD;
|
||||
|
||||
int mysql_create_db(THD *thd, char *db,
|
||||
const DDL_options_st &options,
|
||||
int mysql_create_db(THD *thd, char *db, DDL_options_st options,
|
||||
const Schema_specification_st *create);
|
||||
bool mysql_alter_db(THD *thd, const char *db,
|
||||
const Schema_specification_st *create);
|
||||
|
Reference in New Issue
Block a user