mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -5034,7 +5034,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