mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
removed a comment according to the review
This commit is contained in:
parent
86327002fe
commit
53fe2b31f2
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue