Bug #64463 Problems with Turkish locale
Submitted: 27 Feb 2012 7:17 Modified: 15 Mar 2012 4:05
Reporter: Fatih A Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.38 OS:Windows (Microsoft Windows 7 Service Pack 1 (build 7601), 64-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[27 Feb 2012 7:17] Fatih A
Description:
if you run mysql workbench in Turkish locale, it will not work correctly. Create a table with "INT" fields. Then save it. then try to alter the table. it will only display (11) as the field type. Because in Turkish locale, i and I are different letters. (corresponding to ı and İ) and this causes a problems while trying to create foreign keys. because it cannot find any columns with type (11). 

How to repeat:
change your locale to Turkish. Create 2 tables with int fields. then try to alter one of them to add a foreign key to the other table.
[10 Mar 2012 9:01] Valeriy Kravchuk
Looks similar to bug #63872.
[15 Mar 2012 4:05] Alfredo Kojima
Thanks for the explanation about the turkish locale, I was able to repeat this in Linux
This is the same issue as bug #63872