Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201203
-
Fix Version/s: CMT8.4.1.201203
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
Source DB:mysql
CMT:8.4.1.0010
CUBRID:8.4.1.1018
Description
1 create one table in mysql
create table pt(id int, age int) partition by range (age)(
partition pt_1 values less than (100),
partition pt_2 values less than (200));
2 Do migration
Goto migration progress, it will pop error. Please see the attachment.
To tester:
Need to verify partition for list, hash.