Bug #13746 Syntax bug in MigrationMssql with Binary columns
Submitted: 4 Oct 2005 16:05 Modified: 19 Oct 2005 12:05
Reporter: Bobby Beckmann Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S2 (Serious)
Version:1.0.18 OS:Any (All)
Assigned to: CPU Architecture:Any

[4 Oct 2005 16:05] Bobby Beckmann
Description:
Method migrateColumnToMysql in MigrationMssql around line 242, BINARY is only compared with equals rather than equalsIgnoreCase. This causes some problems in some migrations, as a null is returned and the column isn't handled.

How to repeat:
create table with binary column < 256 chars long in mssql and export to mysql

Suggested fix:
Change equals to equalsIgnoreCase
[5 Oct 2005 4:34] Jorge del Conde
Thanks for your bug report.

How to Repeat:  Create a table with a binary char(250) column
[19 Oct 2005 12:05] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html