removed a comment according to the review

This commit is contained in:
Mattias Jonsson 2010-10-01 15:30:16 +02:00
parent e7dc80b807
commit 7ecc107757

View File

@ -1997,7 +1997,6 @@ int partition_info::fix_partition_values(THD *thd,
}
else if (item_expr->result_type() != INT_RESULT)
{
/* VALUES clause only allowed on partitions, not subpartitions */
my_error(ER_VALUES_IS_NOT_INT_TYPE_ERROR, MYF(0),
part_elem->partition_name);
DBUG_RETURN(TRUE);