Bug #34100 Export of specific tables doesn't export all tables
Submitted: 28 Jan 2008 13:14 Modified: 8 Feb 2008 10:03
Reporter: Stephen Moretti
Status: Closed
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.12 r2434 OS:Microsoft Windows (Vista Business)
Assigned to: Target Version:

[28 Jan 2008 13:14] Stephen Moretti
Description:
Exporting specific tables results in SQL CREATE statements being missing for some
tables.

How to repeat:
File > Export > Forward Engineering CREATE script...

Select Generate DROP TABLES, Generate CREATE INDEX and Generate INSERT.
Specify any output file. 
Click on next.
Click on "Detailed Section" for tables
Move all tables to exclusion masks
Move first 3 tables back to "Objects to Import" 
Click on "Finish"

Selecting two files will also result in missing script.  
Selecting one table will result in headers/footers but no CREATE script.

Selecting random tables seems to correctly generate SQL script.

NOTE: "Objects to Import" should read "Objects to Export"
[28 Jan 2008 15:49] Miguel Solorzano
Thank you for the bug report. Could you please provide a project file
which allows to repeat the behavior reported?. Thanks in advance.
[6 Feb 2008 14:41] Stephen Moretti
Added requested project file (private) and added windows version
[8 Feb 2008 5:17] Valeriy Kravchuk
Please, try to repeat with a newer version, 5.0.13, and inform about the results.
[8 Feb 2008 10:03] Stephen Moretti
Appears to be working correctly now.