Removed unnecessary call to fix_parser_data
This commit is contained in:
parent
d46abd8b84
commit
e541ab3b53
@ -1047,7 +1047,8 @@ bool partition_info::check_partition_info(THD *thd, handlerton **eng_type,
|
||||
my_error(ER_PARTITION_FUNCTION_IS_NOT_ALLOWED, MYF(0));
|
||||
goto end;
|
||||
}
|
||||
if (fix_parser_data(thd))
|
||||
if (thd->lex->sql_command == SQLCOM_CREATE_TABLE &&
|
||||
fix_parser_data(thd))
|
||||
goto end;
|
||||
}
|
||||
if (unlikely(!is_sub_partitioned() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user