Bug #38146 Mapping failed for datatype
Submitted: 15 Jul 2008 18:27 Modified: 5 Aug 2008 13:26
Reporter: David Olynger Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.0.23 OS:Windows
Assigned to: Mike Lischke CPU Architecture:Any

[15 Jul 2008 18:27] David Olynger
Description:
import script, simple typo 'Mapping failed for datatype int4' causes "MySQL Workbench has encountered a problem and needs to close.  We are sorry for the inconvenience."

How to repeat:
CREATE TABLE my_subscribers (
email_id	            int4 not null primary key auto_increment,
email                            text(320),
list                             varchar(16),
list_type                        varchar(64),
list_status                      char(1)
);
[15 Jul 2008 20:04] MySQL Verification Team
Thank you for the bug report.
[1 Aug 2008 14:43] Mike Lischke
Fixed in 5.0 rev 3172
[1 Aug 2008 15:10] Mike Lischke
Fixed in 5.1 rev 3310
[1 Aug 2008 21:48] Johannes Taxacher
this is fixed as stated by developer. fix will be included in 5.0.24
[5 Aug 2008 13:26] Tony Bedford
An entry has been added to the 5.0.24 changelog:

Importing a script that specified an incorrect data type required Workbench to close.