MySQL Workbench Release Notes  /  Changes in MySQL Workbench 5.0  /  Changes in MySQL Workbench 5.0.26 (2008-10-16)

Changes in MySQL Workbench 5.0.26 (2008-10-16)

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

Bugs Fixed

  • When attempting to export a model using the File, Export, Forward Engineer SQL CREATE Script menu item, Workbench crashed on clicking the wizard's Finish button. (Bug #39578)

  • The Copy Insert to Clipboard action generated SQL with lowercase keywords. This was not consistent with the behavior of the Copy SQL to Clipboard action. (Bug #39477)

  • Renaming a table and then selecting Forward Engineer SQL ALTER Script did not result in a RENAME statement. Instead, DROP and CREATE statements were generated. (Bug #39256)

  • The script generated by the Export, Forward Engineer SQL CREATE Script menu item contained invalid statements when using two schemata. (Bug #39211)

  • Exported SQL code containing a trigger that called a procedure failed when an INSERT activated the trigger. (Bug #39088)