Bug #56938 | model synchronise will delete unticked database | ||
---|---|---|---|
Submitted: | 22 Sep 2010 15:17 | Modified: | 6 Oct 2010 10:38 |
Reporter: | ken sands | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.28 | OS: | Windows |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
Tags: | synchronize |
[22 Sep 2010 15:17]
ken sands
[22 Sep 2010 15:18]
ken sands
Forgot to mention, if both schemata are left ticked everything works ok, no changes happen to DB2 (assuming nothing on the model for db2 has changed) and nothing evil happens, evil stuff happened because I was trying to be safe!
[5 Oct 2010 13:49]
Johannes Taxacher
fix confirmed in repository
[6 Oct 2010 10:38]
Tony Bedford
An entry has been added to the 5.2.29 changelog: When synchronizing a model to a live database, if a database was deselected in the wizard, to prevent it from being part of the synchronization process, a DROP statement for that database was generated in the SQL code, causing that database to be dropped from the live database, with corresponding loss of all data.