removed a comment according to the review
This commit is contained in:
parent
e7dc80b807
commit
7ecc107757
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user