Dear MySQL Users, The MySQL developer tools team announces 6.2.2 RC - the final release candidate for MySQL Workbench 6.2. MySQL Workbench 6.2 is the upcoming major update for the official MySQL graphical development tool . MySQL Workbench 6.2 focuses on support for innovations released in MySQL 5.6 and MySQL 5.7 DMR (Development Release) as well as MySQL Fabric 1.5, with features such as: * A new spatial data viewer, allowing graphical views of result sets containing GEOMETRY data and taking advantage of the new GIS capabilities in MySQL 5.7. * Support for new MySQL 5.7.4 SQL syntax and configuration options. * Metadata Locks View shows the locks connections are blocked or waiting on. * MySQL Fabric cluster connectivity - Browsing, view status, and connect to any MySQL instance in a Fabric Cluster. * MS Access migration Wizard - easily move to MySQL Databases. Other significant usability improvements were made, aiming to raise productivity for advanced and new users: * Direct shortcut buttons to commonly used features in the schema tree. * Improved results handling. Columns have better auto-sizing and their widths are saved. Fonts can also be customized. Results "pinned" to persist viewing data. * A convenient Run SQL Script command to directly execute SQL scripts, without loading them first. * Database Modeling has been updated to allow changes to the formatting of note objects and attached SQL scripts can now be included in forward engineering and synchronization scripts. * Integrated Visual Explain within the result set panel. Visual Explain * drill down for large to very large explain plans. Shared SQL snippets * in the SQL Editor, allowing multiple users to share SQL code by storing it within a MySQL instance. * And much more. The list of provided binaries was updated and MySQL Workbench binaries now available for: * Windows 7 32 and 64bits * Mac OS X Lion or newer * Ubuntu 12.04 LTS and Ubuntu 14.04 64bits * Fedora 20 64bits * Oracle Linux 6.5 64bits * Oracle Linux 7 64bits * Sources for building in other Linux distributions. Pre-compiled binaries are no longer provided for 32bit Linux distributions, although users may still download and build from sources. For the full list of changes in this revision, visit http://dev.mysql.com/doc/relnotes/workbench/en/changes-6-2.html For discussion, join the MySQL Workbench Forums: http://forums.mysql.com/index.php?151 Download MySQL Workbench 6.2.2 now, for Windows, Mac OS X 10.7+, Oracle Linux 6 and 7, Fedora 20, Ubuntu 12.04 and Ubuntu 14.04 or sources, from: http://dev.mysql.com/downloads/tools/workbench/ Enjoy! Changes in MySQL Workbench 6.2.2 (2014-09-05, RC) Functionality Added or Changed * The following SSL related changes were introduced: + The Use SSL option for SSL connection options was changed to a dropdown, where you can select one of: No, If Available, or Required. + If Required is selected, the connection will fail if a SSL connection cannot be enabled. + New MySQL connections default to If available. + The Test Connection button now shows whether SSL was enabled when the connection was opened. + The Session Information panel in the SQL Editor sidebar shows is SSL is enabled, and also the Cipher in use. (Bug #18547269) * Indentation is now respected in the SQL and code editors, when before the current indention level would be forgotten. New lines now start at the previous indention level. (Bug #17354356, Bug #14666286, Bug #70138, Bug #66941) * The tab key now inserts a tab character into the query editor, when before it inserted three spaces. (Bug #14499535, Bug #66382) Bugs Fixed * The document tab controls now block mouse movements when the button is down, as to prevent accidental window dragging. (Bug #19484086, Bug #72256) * Selecting a color from color picker on a table would generate an invalid color value. (Bug #19487822, Bug #73682) * On Windows, the catalog treeview now has tooltips to show object names of any length. On Linux, this information is available from a new column. (Bug #19487798, Bug #73681) * The Commit results edits and Discard results Edits options would sometimes be hidden from view. (Bug #19484760, Bug #71539) * The server management functionality would sometimes fail with connections using SSH tunneling. (Bug #19447288, Bug #73580) * If a transaction was already open with auto-commit disabled, there was a dialog that prompted to commit the open transaction before applying the changes. That dialog was simplified to only offer Apply and Cancel options. This dialog still has no effect on the transaction for applying the result set itself. Also, the result set changes will no longer be committed if a transaction was already open when Apply is clicked. With auto-commit enabled, the old behavior of applying the change inside a new transaction is maintained. (Bug #19482785, Bug #73076) * The SQL beautification feature would change "NOW()" to "NOW ()" (note the inserted space), which created an SQL syntax error. (Bug #19477485, Bug #73661) * Executing Execute (All or selection) to Text on queries that SELECT from empty tables would fail and generate an error similar to "Error during "Execute Query Into Text Output" error calling Python module function SQLIDEUtils.executeQueryAsText". (Bug #19490650, Bug #72611) * Clicking the spatial view in the results tab could cause a crash. (Bug #19429414) * Several typos were fixed in the GUI descriptions, such as "Program Fiels" to "Program Files". (Bug #19397736, Bug #73510) * With the presence of char(0) (0x00) in data fields, exporting result sets to CSV would sometimes generate corrupt data. (Bug #19412388, Bug #73524) * When there were multiple result sets, then only one was shown in the output pane when using "Vertical Output" output type. (Bug #19344302, Bug #73452) * The Queries per Second metric was renamed to Selects per Second, to avoid confusion. (Bug #19314885, Bug #70132) * On OS X, changing database settings would cause a crash. (Bug #19313190, Bug #73416) * On Linux, clicking the "Zoom out the diagram" icon in the Visual Explain interface would cause a crash. (Bug #19279674) * Quickly clicking Apply twice after editing a result set entry would cause a crash. (Bug #19264864, Bug #73348) * After adding enough SQL statements in the SQL editor to require scrolling, and scrolling to the bottom statement and executing it, the SQL window would automatically scroll to the top statement. Now, the cursor position is preserved. (Bug #19194043, Bug #73262) * The CHAR() data type was added to the SQL and Model editors. (Bug #19206172, Bug #73282) * The three columns widths under Status and system variables can now be resized. (Bug #19186598, Bug #73245) * Under certain conditions, Visual Explain wo and notifies the user when the bundled or configured mysqldump is older than the target MySQL version, and prompts the user to set Path to mysqldump Tool in MySQL Workbench to the appropriate version. (Bug #19127351, Bug #72312) * Clicking Help, Report a Bug did not function. (Bug #19063645, Bug #73104) * Clicking Import or Export from a Model's table properties Inserts tab did not function. (Bug #18974785, Bug #72733) * On OS X, executing a query would sometimes hide the results grid. (Bug #18922858, Bug #72897) * New lines inside an SQL statement comment would truncate the comment at the new line. (Bug #18925569, Bug #72904) * The results grid columns only showed a small number of characters. (Bug #18966800, Bug #72967) * On Linux, assigning a referenced foreign key could cause a crash. (Bug #18936194, Bug #72916) * MySQL Workbench incorrectly reported that the current user did not have permission to execute a SELECT query that requested values from columns that the user was explicitly granted SELECT permission. (Bug #18932984, Bug #72905) * The generated code from an EER diagram would sometimes add the Primary Key in the wrong order. (Bug #18945899, Bug #72920) * Expanding the schema list in the object browser could take a long time to execute, depending on the number of procedures present. Now, mysql.proc is used to get procedure and function information, with the previously used (and less efficient) SHOW PROCEDURE STATUS as a fallback option. (Bug #18906030) * On Linux, the BLOB columns were not viewable in the query results editor. (Bug #18788268, Bug #72676) * Importing or exporting data records to/from a table to/from an external file would cause a crash. (Bug #18762702, Bug #72648) * While executing the Forward Engineering wizard after renaming a schema, the routines and views were not exported when the Omit Schema Qualifier option was selected. (Bug #18719282) * Migrating SQL Server 2005 tables with timestamps would not import the timestamp column data. (Bug #18764121, Bug #72650) * The object dialog tooltip remained viewable when an object was dragged. (Bug #18718988, Bug #72549) * Corrupted tables were listed under the Views tab, instead of being listed under the Tables tab. (Bug #18621591, Bug #72380) * In the schema inspector, the Copy to Clipboard and Send to SQL Editor context menu options did not function. (Bug #18540059, Bug #72282) * The Notifications tab in the Scripting Shell was missing its panel title. (Bug #18548008, Bug #72299) * The MySQL 5.7+ implementation of the server-side statement timeout syntax is now supported in the syntax checker, configuration editor, and error handler. Example syntax includes "SELECT MAX_STATEMENT_TIME = 1 * FROM SAKILA.actor". (Bug #18545802) * Executing a model to database synchronization immediately after the model was forward engineered would show too many differences. (Bug #18492219) * Connections using SSH tunneling would sometimes die after a short idle period. (Bug #18454694, Bug #72105) * Migrating from Sybase ASE could generate an incorrect connection string. (Bug #18490804) * The comment input box for a model view was too short. (Bug #18454388) * In the table inspector, the Drop Index button would be pushed off the screen (hidden) when the index name was too long. (Bug #18426804) * The performance dashboard tooltips would remain open and cover other GUI elements. (Bug #18445789) * When migrating from Microsoft SQL Server 2008 to MySQL 5.6+, copying a table with the column type DATETIME using milliseconds precision would only fill the target entry milliseconds as .000. (Bug #18412667, Bug #72060) * Some optins were listed twice in the Relay Log box in the Replication tab of the Options File window, options such as relay-log-index, relay-log-recovery, and relay-log-info-file. (Bug #18373619, Bug #71976) * The query tab names would be forgotten after closing MySQL Workbench, and these tab names are now preserved across sessions. (Bug #18131999, Bug #19492952, Bug #69234, Bug #71471) * SSH authentication would sometimes fail when the password was not sag #71504) * On 64-bit operating systems, MySQL Workbench would display the incorrect default value for the "thread_stack" system variable. (Bug #17879238, Bug #71045) * The "expanded" property in the Property Editor was ignored when opening an EER Diagram. All routine groups were expanded, regardless of the "expanded" setting. Expanded, manual sizing, and any other properties are now persistent. (Bug #17554059, Bug #70506) * The innodb_buffer_pool_size option was listed twice under option file management. (Bug #17339642, Bug #70003) * On Windows, the Schema transfer wizard background image was cropped. This background image was removed. (Bug #17300415) * The migration wizard would not migrate PostgreSQL to MySQL server 5.7. (Bug #17075011) * The "word wrap" state is now preserved across SQL tabs and MySQL Workbench sessions. (Bug #16505796, Bug #68693) * Empty user names are no longer allowed. (Bug #16298174, Bug #68305) * Closing an ERR Model would not release an appropriate amount of RAM. (Bug #14768662, Bug #67264) * When the ALTER Table editor had changes committed and an error occurred, it would attempt to re-create the original object. However, that was not functioning correctly most of the time, so this feature was completely removed to avoid confusing error messages. (Bug #13640795) * On Windows, the dialog windows would appear under the Windows task bar. (Bug #12622572, Bug #61125) * Draggable boxes were difficult to locate when the model view zoom was lowered. (Bug #11749682, Bug #39608) * The migration wizard now sets "SQL_MODE=NO_AUTO_VALUE_ON_ZERO" before copying data, which causes auto_increment field values of 0 to be copied as 0. (Bug #11747050, Bug #30486) On behalf of the MySQL Workbench and the MySQL/ORACLE RE Team.
↧
MySQL Workbench 6.2.2 RC has been released (no replies)
↧