Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
None
Description
Reproduce
--source include/have_partition.inc
|
--source include/have_innodb.inc
|
|
create or replace table t1 (x int) with system versioning partition by system_time |
(partition p2 history, partition p3 history, partition pn current); |
alter table t1 add partition partitions 1; |
alter table t1 add partition partitions 1; |
alter table t1 add partition partitions 1; |
show create table t1; |
|
drop tables t1; |
Result
mysqltest: At line 6: query 'alter table t1 add partition partitions 1' failed: 1517: Duplicate partition name p2
|
Expected
Create partitions on unoccupied names.
Attachments
Issue Links
- relates to
-
MDEV-22153 ALTER add default history partitions makes table inaccessible
- Closed