Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: CMT8.4.1.201211
-
Fix Version/s: CMT8.4.1.201211
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3087
Description
1 There is one table in cubrid8.4.0, it's current value is 7
CREATE TABLE "autoincrem"(
"i" integer AUTO_INCREMENT(4,1) NOT NULL,
"b" integer DEFAULT 33,
"c" integer NOT NULL,
CONSTRAINT pk_autoincrem_i PRIMARY KEY("i")
);
2 Do migration from cubrid8.4.0.2024 to CUBRID8.4.1.7007 via online migration.
Actual result:
The start value isn't right.
Please refer to
TOOLS-2187It is by design to aviod errors in CUBRID 9.0.0.x