mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.7 into 10.8
This commit is contained in:
@ -9761,7 +9761,7 @@ bool LEX::part_values_current(THD *thd)
|
||||
{
|
||||
if (unlikely(part_info->part_type != VERSIONING_PARTITION))
|
||||
{
|
||||
my_error(ER_PARTITION_WRONG_TYPE, MYF(0), "SYSTEM_TIME");
|
||||
part_type_error(thd, NULL, "CURRENT", part_info);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@ -9788,7 +9788,7 @@ bool LEX::part_values_history(THD *thd)
|
||||
{
|
||||
if (unlikely(part_info->part_type != VERSIONING_PARTITION))
|
||||
{
|
||||
my_error(ER_PARTITION_WRONG_TYPE, MYF(0), "SYSTEM_TIME");
|
||||
part_type_error(thd, NULL, "HISTORY", part_info);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user