Percona is glad to announce the release of Percona Server 5.6.27-75.0 on November 5, 2015. Download the latest version from the Percona web site or from the Percona Software Repositories.
Based on MySQL 5.6.27, including all the bug fixes in it, Percona Server 5.6.27-75.0 is the current GA release in the Percona Server 5.6 series. Percona Server is open-source and free – and this is the latest release of our enhanced, drop-in replacement for MySQL. Complete details of this release can be found in the 5.6.27-75.0 milestone on Launchpad.
New Features:
PROCESSLIST table.
innodb_buffer_pool_populate and numa_interleave have been mapped to the upstream implementation of the new innodb_numa_interleave option.Bugs Fixed:
tokudb_backup_exclude was not excluding files correctly. Bug fixed #1512457.
READ-COMMITTED was used. Bug fixed #1501633.
SHOW ENGINE tokudb STATUS which caused duplicate entries. Bug fixed #1512452.
innodb_track_redo_log_now variable dynamically would crash the server if it was started without innodb_track_changed_pages enabled. This variable is available on debug builds only. Bug fixed #1368530.
yum upgrade, the upgrade would stop with error because it would think it found the duplicate pid while it was the same pid specified twice. Bug fixed #1454917.
innodb_flush_method variable was set to O_DIRECT. Bugs fixed #1500720 and #1498891.
ROWS_FETCHED column values erroneously. Bug fixed #1510953.
innodb_fake_changes enabled could cause a server assertion if it followed the pessimistic B-tree update path internally. Bug fixed #1192898.
percona-server-server and percona-server-client meta packages now point to the latest 5.6 release. Bug fixed #1292517.
INNODB_CHANGED_PAGES table was unavailable with non-default innodb_data_home_dir setting if the variable had a trailing slash. Bug fixed #1364315.
innodb_fake_changes variable value in the middle of a transaction would have an immediate effect, that is, making part of the transaction run with fake changes enabled and the rest with fake changes disabled, resulting in a broken transaction. Fixed by making any innodb_fake_changes value changes becoming effective at the start of the next transaction instead of the next statement. Bug fixed #1395579.
UPDATE statement could crash the server with Support for Fake Changes enabled. Bug fixed #1395706.
etc/default/mysql. Bug fixed #1434022.
CMakeLists.txt for tokudb-backup-plugin was missing Valgrind dependency. Bug fixed #1494283.
mariadb-devel package was already installed. Bug fixed #1499721.
ALTER storage engine API. Bug fixed #1204422.
ALL_O_DIRECT case. Bug fixed #1500741.
clang build issues. Bug fixed #1512449.Other bugs fixed: #1204443, #1384632, #1475117, #1512301, #1452397, #1160960, #1495965, and #1497942.
Release notes for Percona Server 5.6.27-75.0 are available in the online documentation. Please report any bugs on the launchpad bug tracker .
Resources
RELATED POSTS