Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
-
None
Description
CONVERT PARTITION / CONVERT TABLE is asymmetrical for system versioning. A partition can be converted into a table, but it doesn't work the other way round:
10.7 120a4caf |
create or replace table t (a int) with system versioning partition by system_time limit 10 partitions 3; |
alter table t convert partition p0 to table tp; |
alter table t convert table tp to partition p0; |
bug.t2 [ fail ]
|
Test ended at 2022-10-21 00:36:09 |
 |
CURRENT_TEST: bug.t2
|
mysqltest: At line 5: query 'alter table t convert table tp to partition p0' failed: ER_PARTITION_WRONG_TYPE (4113): Wrong partitioning type, expected type: `SYSTEM_TIME` |
Attachments
Issue Links
- is caused by
-
MDEV-22165 CONVERT TABLE: move in partition from existing table
- Closed