mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -5131,7 +5131,8 @@ uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
|
||||
my_error(ER_PARTITION_WRONG_VALUES_ERROR, MYF(0),
|
||||
"LIST", "IN");
|
||||
}
|
||||
else if (thd->work_part_info->part_type == VERSIONING_PARTITION)
|
||||
else if (thd->work_part_info->part_type == VERSIONING_PARTITION ||
|
||||
tab_part_info->part_type == VERSIONING_PARTITION)
|
||||
{
|
||||
my_error(ER_PARTITION_WRONG_TYPE, MYF(0), "SYSTEM_TIME");
|
||||
}
|
||||
|
Reference in New Issue
Block a user