MONyog 2.6 Has Been Released

peter_laursen

Changes (as compared to 2.51) include:

Features:
* Log Analyzer code has been completely refactored resulting in better performance and stability and more maintainable code.
* The progress indicator for downloads in Log Analyzer page is now a true quantitative progress bar.
* Error messages in Log Analyzer were rewritten. Every single possible error is now differentiated by a specific message providing help for the situation.

Bug fixes:
* “Group by” option in history/trends page could deliver incorrect results if MySQL and MONyog were using different timezones.
* With SFTP connection to the log file selecting “ALL” for log size to be downloaded in Log Analyzer page could have the result that the log file download would last forever.
* Analyzing log chunks containing BULK INSERT statements could in special situations cause a program crash.
* Fixed a bug with resolvement of time in log analyzer that could result that no queries or less queries than what should be were returned. The most recent queries would sometimes not be shown. Issue was only if log was retrieved with SFTP.
* When retrieving logs stored in tables the substitution of literals would fail for binary data.
* When downloading a log MONyog would continue to download in the background until end of file even after STOP button was clicked.
* In the display of queries from the Processlist page special characters could garble.
* Also in Log Analyzer page special characters would not always be indentified correctly. This bug also affected records with binary data. Both display and grouping was affected (depending on where those occurred - in plain strings or in identifiers).
* Repeatedly switching between sorting and show details for a slow query log in log analyzer could in certain situations crash MONyog.
* Installing a RPM multi/single server build on top of a trial build (and vice versa) resulted in that they were installed in parallel. Also on SuSE MONyog was not registered with the correct runlevel. The RPM has been updated to fix this.

Miscellaneous:
* Display of servers is now sorted in the order of the server/connection name. Earlier the internal ID was used for sorting. Also note that now no MONyog restart is required for changing sort order. A connection rename alone will do.

As compared to the 2.6x betas this also includes:

Bug fix.
* Reporting the execution time of a query in ‘query sniffer’ was inaccurate. This was an issue with the 2.6 betas only. 2.5x were not affected.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.1 beta 2 has been released

peter_laursen

Changes as compared to beta1 include:

Features:
* Also BLOB-viewer is now resizable.
* Added keyboard shortcut (F6) for Edit Index.
* The behaviour of Ctrl+R shourtcut was slightly changed. It will now position cursor inside the active tab in Result pane. Before it was functional only with DATA tab and RESULT tabs.
* A tab in the Query pane (a Query tab, a Schema Designer tab and a Query Buider tab) can now be closed with Alt+L keyboard shortcut.
* In certain situations Schema Sync would generate CHANGE-clauses for a column that basically did nothing (changing column to what it was). This is now ‘cleaned up’.
* Favorites are now displayed using Scintilla editor component. For statements with complex formatting this makes the preview more readable.
* Added tab-navigation (for query tabs) entries in Edit-menu.  Also the active Query tab can now be closed from menu.
* ‘Find’ is now possible in DATA  tab in text-mode (just like it was in RESULT tab).

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.6 Beta 2 has been released

peter_laursen

Changes (as compared to 2.6 Beta 1) include:

Bug fixes:
* repeatedly switching between sorting and show details for a slow query log in log analyzer could in certain situations crash MONyog.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.6 Beta 1 has been released

peter_laursen

Changes (as compared to 2.52 RC) include:

Features:
* Log Analyzer code has been completely refactored resulting in better performance and stability and more maintainable code.
* The progress indicator for downloads in Log Analyzer page is now a true quantitative progress bar.
* Error messages in Log Analyzer were rewritten.  Every single possible error is now differentiated by a specific message providing help for the situation.

Bug fixes:
* When downloading a log MONyog would continue to download in the background until end of file even after STOP button was clicked.
* In the display of queries from the Processlist page special characters could garble.
* Also in Log Analyzer page special characters would not always be indentified correctly. This bug also affected records with binary data. Both display and grouping was affected (depending on where those occurred - in plain strings or in identifiers)

Miscellaneous:
* Display of servers is now sorted in the order of the server/connection name.  Earlier the internal ID was used for sorting.  Also note that now no MONyog restart is required for changing sort order.  A connection rename alone will do.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.1 beta 1 has been released

peter_laursen

Features:
* Query tabs can now be navigated with Ctrl+pgup and Ctrl+pgdn keyboard shortcuts.
* A query tab can now be closed with Alt+L keyboard shortcut.
* Autocomplete now supports alias in UPDATE and DELETE statements.
* Program dialogues for schema sync, create/alter table, manage indexes (including sub-dialogues) and manage foreign keys (including sub-dialogues) are now resizable.
* Added a movable ’splitter’ between the object area and the script area in schema sync dialogue.
* Preferences dialogue was redesigned.
* Added an option to ‘Automatically refresh DATA tab on focus’. This was the program behavior before 7.0. In 7.0 to 7.02 it was not. Now it is optional.
* Shift+click is now functional for multiple selection everywhere in GRIDS (before it was only in result/table data tabs).
* ’show in text’ (Ctrl+L) is now functional for both DATA tab and RESULT tab.

Bug Fixes:
* The GRID would truncate the display of strings longer than 511 characters.
* When a user-defined DELIMITER and a comment occured close to another in the program editor, the editor tokenizer component could fail to identify exactly where a statement began and ended.
* Data Sync could fail with a table having no Primary Key, but more Unique Keys, if the same column was used for defining more than one of the Unique Keys of the table.  This was introduced with the new Data Sync code of 7.0 (before 7.0 Unique Keys were not used by data Sync at all - only Primary Keys were).
* Fixed a number of GUI related issues.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


SQLyog 7.02 Has Been Released

peter_laursen

Changes (as compared to version 7.01) include:

Bug fix:
* If a reconnect took place shortly after ‘Compare’ button in Schema Sync was clicked, the ‘MySQL server has gone away’ error could occur  (details: data from a not updated internal buffer was used - in reality it was before the reconnect that the server ‘went away’!).

Miscellaneous:
*  Reconnects are now written to HISTORY (as a comment)

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php


MONyog 2.52 RC has been released

peter_laursen

Bug fixes:
* With SFTP connection to the log file selecting “ALL” for log size to be downloaded in Log Analyzer page could have the result that the log file download would last forever.
* Analyzing log chunks containing BULK INSERT statements could in special situations cause a program crash.
* “Group by” option in history/trends page could deliver incorrect results if MySQL and MONyog were using different timezones.

Downloads: http://webyog.com/en/downloads.php
Purchase: http://webyog.com/en/buy.php