Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201209
-
Fix Version/s: CMT8.4.1.201209
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3020
From mysql to CUBRID8.4.1.6004
Description
1 There are two tables in mysql.
Create table cmt(a int primary key, b int);
insert into cmt values(1,1),(2,2),(3,3)
Create table cmt1(a int, c int);
insert into cmt1 values(1,1),(2,2),(3,3)
2 Do migration from online to online.
Change target table of cmt1 to cmt.
3 Do migration
Actual result:
It will pop error when create primary key.
fixed