Percona is glad to announce the release of Percona Server 5.5.45-37.4 on September 2, 2015. Based on MySQL 5.5.45, including all the bug fixes in it, Percona Server 5.5.45-37.4 is now the current stable release in the 5.5 series.
Percona Server is open-source and free. Details of the release can be found in the 5.5.45-37.5 milestone on Launchpad. Downloads are available here and from the Percona Software Repositories.
Bugs Fixed:
- Querying
INFORMATION_SCHEMA
GLOBAL_TEMPORARY_TABLES
table would crash threads working with internal temporary tables used byALTER TABLE
. Bug fixed #1113388. FLUSH INDEX_STATISTICS
/FLUSH CHANGED_PAGE_BITMAPS
andFLUSH USER_STATISTICS
/RESET CHANGE_PAGE_BITMAPS
pairs of commands were inadvertently joined, i.e. issuing either command had the effect of both. The first pair, besides flushing both index statistics and changed page bitmaps, had the effect ofFLUSH INDEX_STATISTICS
requiringSUPER
instead ofRELOAD
privilege. The second pair resulted inFLUSH USER_STATISTICS
destroying changed page bitmaps. Bug fixed #1472251.- If a new connection thread was created while a
SHOW PROCESSLIST
command or aINFORMATION_SCHEMA.PROCESSLIST
query was in progress, it could have a negativeTIME_MS
value returned in thePROCESSLIST
output. Bug fixed #1379582.
Other bugs fixed: #768038 and #1472256.
Release notes for Percona Server 5.5.45-37.4 are available in our online documentation. Bugs can be reported on the launchpad bug tracker.