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.3028
From mysql to CUBRID8.4.1.6004
Description
1 There is one table in mysql.
– ----------------------------
– Table structure for 33a
– ----------------------------
CREATE TABLE `33a` (
`i` char(1) DEFAULT NULL,
`j` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
– ----------------------------
– Records
– ----------------------------
INSERT INTO `33a` VALUES (null, '1');
2 Do migration from online to online
3 Do migration from online to online again.
Actual result:
It will pop error"Semantic: Class 33a already exists. create class [33a]"
fixed