MySQL Workbench Release Notes  /  Changes in MySQL Workbench 5.1  /  Changes in MySQL Workbench 5.1.19 (2010-09-06)

Changes in MySQL Workbench 5.1.19 (2010-09-06)

This section documents all changes and bug fixes applied since the release of MySQL Workbench 5.1.18.

Functionality Added or Changed

  • In the Forward Engineer SQL Script wizard the check box Generate DROP SCHEMA now causes every CREATE SCHEMA statement to be prepended with DROP SCHEMA IF EXISTS `schemaname`. (Bug #46706)

Bugs Fixed

  • The Omit Schema Qualifier in Object Names option in the Forward Engineer SQL Script wizard appeared to have no effect. After selecting this option and proceeding through the wizard, the generated script still contained schema qualifiers. (Bug #46268)

  • Synchronizing a model with a live database, without having made any changes to the model or the database, caused the model to appear as unsaved, indicating that unnecessary changes may have been made to the model. (Bug #40914)

  • When synchronizing with a live database, if the direction of synchronization was changed to inbound, the script generated indicated that no inbound changes would be made. (Bug #40648)

  • MySQL Workbench EER Diagram view did not permit the creation of a foreign key constraint on a primary key. (Bug #39546)