MySQL Workbench Release Notes
This section documents all changes and bug fixes applied since the release of MySQL Workbench 5.0.25.
When attempting to export a model using the , , menu item, Workbench crashed on clicking the wizard's 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 did not result in a
RENAME statement. Instead,
DROP and CREATE statements
were generated.
(Bug #39256)
The script generated by the , 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)