Bug #34100 Export of specific tables doesn't export all tables
Submitted: 28 Jan 2008 12:14 Modified: 8 Feb 2008 9:03
Reporter: Stephen Moretti Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.12 r2434 OS:Windows (Vista Business)
Assigned to: CPU Architecture:Any

[28 Jan 2008 12: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 14:49] MySQL Verification Team
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 13:41] Stephen Moretti
Added requested project file (private) and added windows version
[8 Feb 2008 4:17] Valeriy Kravchuk
Please, try to repeat with a newer version, 5.0.13, and inform about the results.
[8 Feb 2008 9:03] Stephen Moretti
Appears to be working correctly now.