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:
@ -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,
|
||||
|
Reference in New Issue
Block a user