Commit 7ecc1077 authored by Mattias Jonsson's avatar Mattias Jonsson

removed a comment according to the review

parent e7dc80b8
...@@ -1997,7 +1997,6 @@ int partition_info::fix_partition_values(THD *thd, ...@@ -1997,7 +1997,6 @@ int partition_info::fix_partition_values(THD *thd,
} }
else if (item_expr->result_type() != INT_RESULT) 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), my_error(ER_VALUES_IS_NOT_INT_TYPE_ERROR, MYF(0),
part_elem->partition_name); part_elem->partition_name);
DBUG_RETURN(TRUE); DBUG_RETURN(TRUE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment