1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SQL: forced, hidden versioning [closes #32]

This commit is contained in:
Aleksey Midenkov
2017-03-10 20:25:30 +07:00
parent cbb674282a
commit 0e01038936
10 changed files with 118 additions and 10 deletions

View File

@ -1720,7 +1720,8 @@ private:
public:
bool check_and_fix_implicit(THD *thd, Alter_info *alter_info,
bool integer_fields, const char *table_name);
HA_CREATE_INFO *create_info,
const char *table_name);
bool check_and_fix_alter(THD *thd, Alter_info *alter_info,
HA_CREATE_INFO *create_info, TABLE_SHARE *share);
bool fix_create_like(THD *thd, Alter_info *alter_info,