MySQL Workbench Release Notes

7.18 Changes in MySQL Workbench 5.2.31a (2010-12-13)

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

Functionality Added or Changed

  • It was not possible to launch the MySQL Command Line Client from the SQL Editor. MySQL Workbench has been changed so that it is now possible to launch a MySQL Command Line Client from the Home screen. This can be done through the context-sensitive menu available for items listed in the connections list on the Home screen. (Bug #56631)

Bugs Fixed

  • An unexpected error was generated when attempting to modify the script created in the Forward Engineer to Database wizard. (Bug #58893)

  • SQL Editor did not load certain text files correctly, and inserted erroneous empty lines between text. (Bug #58850)

  • MySQL Workbench closed silently when the User Defined Types Editor dialog was closed using the close button on the window frame, or by pressing Alt+F4. (Bug #58846)

  • Opening the Snippets tab in the SQL Editor caused MySQL Workbench to crash with the error:

    ** Message: query.explain built-in command is being overwritten
    mysql-workbench-bin: /usr/include/boost/smart_ptr/shared_ptr.hpp:418: T*
    boost::shared_ptr< <template-parameter-1-1> >::operator->() const [with T = Sql_editor]:
    Assertion `px != 0' failed.
    Aborted
    
    

    (Bug #58833)