mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -2163,18 +2163,22 @@ struct Table_scope_and_contents_source_st:
|
||||
}
|
||||
|
||||
bool fix_create_fields(THD *thd, Alter_info *alter_info,
|
||||
const TABLE_LIST &create_table,
|
||||
bool create_select= false);
|
||||
const TABLE_LIST &create_table);
|
||||
bool fix_period_fields(THD *thd, Alter_info *alter_info);
|
||||
bool check_fields(THD *thd, Alter_info *alter_info, TABLE_LIST &create_table);
|
||||
bool check_fields(THD *thd, Alter_info *alter_info,
|
||||
const Lex_table_name &table_name,
|
||||
const Lex_table_name &db,
|
||||
int select_count= 0);
|
||||
bool check_period_fields(THD *thd, Alter_info *alter_info);
|
||||
|
||||
bool vers_fix_system_fields(THD *thd, Alter_info *alter_info,
|
||||
const TABLE_LIST &create_table,
|
||||
bool create_select= false);
|
||||
const TABLE_LIST &create_table);
|
||||
|
||||
bool vers_check_system_fields(THD *thd, Alter_info *alter_info,
|
||||
const TABLE_LIST &create_table);
|
||||
const Lex_table_name &table_name,
|
||||
const Lex_table_name &db,
|
||||
int select_count= 0);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user