Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
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
CUBRID:8.4.1.1018
CMT:8.4.1.1018
Description
1 Create two databases in mysql
Create database qb;
Create database QB;
2 Connect the two database in step1 of CMT
Actual result:
Can connect the database of lower case.
Cannot connect the database of upper case.
Additional
Some can connect, such as CMT,cmt
The statement [SELECT SPECIFIC_NAME,ROUTINE_SCHEMA FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_SCHEMA='QB'
ORDER BY SPECIFIC_NAME] can return the procedures of 'qb' database.