This release fixes a few issues in the new GUI transactions supporting with specific and uncommon server settings.
Changes as compared to SQLyog MySQL GUI 12.3.1 include:
Bug Fixes:
* If an INIT_CONNECT setting in server configuration specified
SET AUTOCOMMIT = 0 and global AUTOCOMMIT was 1 (or non-existent
as in MySQL 4.1 and 5.0), the ‘transactions’ menu in SQLyog would
incorrectly display AUTOCOMMIT as 1 after connection.
* Same code change as above also fixes a crash that could occur
with 4.1 servers.
* Transactions support would fail to initialize with servers
running global ANSI mode. SQLyog will not work in ANSI mode but
connection and initialization should work, so that user as the
first step may specify a supported session sql_mode (from the
editor or from ‘advanced’ tab in connection …