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