Percona Server for MySQL 5.7.18-15 (2017-05-26)¶
Percona is glad to announce the GA (Generally Available) release of Percona Server for MySQL 5.7.18-15 on May 26, 2017 (Downloads are available here and from the Percona Software Repositories).
Based on MySQL 5.7.18, including all the bug fixes in it, Percona Server for MySQL 5.7.18-15 is the current GA release in the Percona Server for MySQL 5.7 series. All of Percona’s software is open-source and free, all the details of the release can be found in the 5.7.18-15 milestone at Launchpad
Bugs Fixed¶
The server could crash when querying the partitioning table with a single partition. Bug fixed #1657941 (upstream #76418).
Running a query on the InnoDB table with ngram full-text parser and a LIMIT
clause could lead to a server crash. Bug fixed #1679025
(upstream #85835).