1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

SQL: create..select revisited [closes #370]

This commit is contained in:
Aleksey Midenkov
2017-12-12 21:30:49 +03:00
committed by GitHub
parent a0e137c4a9
commit 459f40a232
17 changed files with 619 additions and 346 deletions

View File

@ -4243,8 +4243,7 @@ mysql_execute_command(THD *thd)
}
else
{
if (create_info.vers_info.check_and_fix_implicit(
thd, &alter_info, &create_info, create_table->table_name))
if (create_info.vers_fix_system_fields(thd, &alter_info, *create_table))
{
goto end_with_restore_list;
}