1
0
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:
Aleksey Midenkov
2017-05-19 01:40:11 +03:00
parent ec0002e908
commit abba11e6c4
3 changed files with 33 additions and 16 deletions

View File

@ -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;