Bug #46752 Wrong storage engine used
Submitted: 17 Aug 2009 2:57 Modified: 28 Aug 2009 6:35
Reporter: Susanne Ebrecht Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.1 OS:Any
Assigned to: Mike Lischke CPU Architecture:Any

[17 Aug 2009 2:57] Susanne Ebrecht
Description:
I worked on bug #46734.

How to test:

1) open Workbench

2) Model -> Model Options -> MySQL

3) Change default storage engine to MyISAM

4) Ok

5) Model -> Add Diagramm

6) Place a new table

7) double click table to open the table editor

You will see:

Storage Engine = InnoDB

Should be MyISAM

How to repeat:
See above

Suggested fix:
...
[17 Aug 2009 3:00] Susanne Ebrecht
Bug #46734 is set as duplicate of this bug here.
[17 Aug 2009 16:10] Mike Lischke
Fixed in 5.1 + 5.2
[27 Aug 2009 15:32] Johannes Taxacher
fix confirmed.
will be included in 5.1.18 and 5.2.3
[28 Aug 2009 6:35] Tony Bedford
An entry was added to the 5.1.18 and 5.2.3 changelogs:

If the Default Storage Engine was selected as MyISAM in the Model Options dialog, then when a new table was created in the EER Diagram it was found to have a storage engine type of InnoDB.