1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-13 20:03:16 +03:00

Merge tag 'mariadb-5.5.50' into 5.5-galera

This commit is contained in:
Nirbhay Choubey
2016-06-23 12:54:38 -04:00
116 changed files with 1679 additions and 1011 deletions

View File

@@ -47,7 +47,8 @@ bool create_table_precheck(THD *thd, TABLE_LIST *tables,
TABLE_LIST *create_table);
bool check_fk_parent_table_access(THD *thd,
HA_CREATE_INFO *create_info,
Alter_info *alter_info);
Alter_info *alter_info,
const char* create_db);
bool parse_sql(THD *thd,
Parser_state *parser_state,