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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Priority | Minor [ 4 ] | Major [ 3 ] |
Affects Version/s | 10.5 [ 23123 ] |
Fix Version/s | 10.5 [ 23123 ] |
Link | This issue blocks MENT-654 [ MENT-654 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Aleksey Midenkov [ midenok ] | Oleksandr Byelkin [ sanja ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Aleksey Midenkov [ midenok ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Component/s | Partitioning [ 10802 ] | |
Component/s | Versioned Tables [ 14303 ] | |
Fix Version/s | 10.5.3 [ 24263 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 106762 ] | MariaDB v4 [ 157562 ] |
OK