mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL: fix fix_create_like()
This commit is contained in:
@ -1728,7 +1728,7 @@ public:
|
||||
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,
|
||||
HA_CREATE_INFO *create_info);
|
||||
HA_CREATE_INFO *create_info, TABLE_LIST *table);
|
||||
|
||||
/** User has added 'WITH SYSTEM VERSIONING' to table definition */
|
||||
bool declared_with_system_versioning : 1;
|
||||
|
Reference in New Issue
Block a user