1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -5459,7 +5459,7 @@ bool mysql_create_like_table(THD* thd, TABLE_LIST* table,
if (src_table->table->versioned() &&
local_create_info.vers_info.fix_create_like(thd, &local_alter_info,
&local_create_info))
&local_create_info, src_table))
{
goto err;
}