Removed unnecessary call to fix_parser_data

This commit is contained in:
Mikael Ronstrom 2009-10-21 17:28:10 +02:00
parent d46abd8b84
commit e541ab3b53

View File

@ -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() &&