Percona announces the GA release of Percona Server 5.7.16-10 on November 28, 2016. Download the latest version from the Percona web site or the Percona Software Repositories.
Based on MySQL 5.7.16, including all the bug fixes in it, Percona Server 5.7.16-10 is the current GA release in the Percona Server 5.7 series. Percona’s provides completely open-source and free software. Find release details in the 5.7.16-10 milestone at Launchpad.
Deprecated Features:
- Metrics for scalability measurement feature is now deprecated. Users who have installed this plugin but are not using its capability are advised to uninstall the plugin due to known crashing bugs.
Bugs Fixed
- When a stored routine would call an administrative command such as
OPTIMIZE TABLE
,ANALYZE TABLE
,ALTER TABLE
,CREATE/DROP INDEX
, etc. the effective value oflog_slow_sp_statements
was overwritten by the value oflog_slow_admin_statements
. Bug fixed #719368. - Server wouldn’t start after crash with with
innodb_force_recovery
set to6
if parallel doublewrite file existed. Bug fixed #1629879. - Thread Pool
thread limit reached
andfailed to create thread
messages are now printed on the first occurrence as well. Bug fixed #1636500. INFORMATION_SCHEMA.TABLE_STATISTICS
andINFORMATION_SCHEMA.INDEX_STATISTICS
tables were not correctly updated for TokuDB. Bug fixed #1629448.
Other bugs fixed: #1633061, #1633430, and #1635184.
The release notes for Percona Server 5.7.16-10 are available in the online documentation. Please report any bugs on the launchpad bug tracker .