Bug #55918 | forward engineer drops too many schemas | ||
---|---|---|---|
Submitted: | 11 Aug 2010 16:12 | Modified: | 17 Sep 2010 13:34 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.26 | OS: | Any |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
[11 Aug 2010 16:12]
[ name withheld ]
[16 Sep 2010 20:23]
Johannes Taxacher
fix confirmed in repository. DROP and USE statements will now be inserted only for schemas whose objects are processed (and not filtered out)
[17 Sep 2010 13:34]
Tony Bedford
An entry has been added to the 5.2.28 changelog: If a model contained two schemata, and an attempt was made to forward engineer only one of the schemata by use of the object filters, then data loss could result. This happened because a DROP statement was generated for both schemata in the model, rather than just the one being forward engineered.