-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #359 from percona/ps-9333
PS-9333 5.7.44-51 - 5.7 Post-EOL 3 release notes and release note tasks
- Loading branch information
Showing
4 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Percona Server for MySQL 5.7.44-51 (2024-08-26) | ||
|
||
This release is part of {{post}}. The fixes are available to [MySQL 5.7 Post-EOL Support from Percona customers]. Community members can [build this release from the source]. We recommend that you upgrade to MySQL 8.0 or you can stay on 5.7; we'll support you either way. | ||
|
||
## Release Information | ||
|
||
Percona Server for MySQL 5.7.44-51 builds upon the functionality and bug fixes in MySQL 5.7.44 Community Edition. It adds enterprise-grade features and security enhancements developed by Percona. | ||
|
||
|
||
Percona Server for MySQL 5.7.44-51 contains the following fixes. | ||
|
||
## Bug fixes | ||
|
||
### Security fix | ||
|
||
* [Bug #36563773]: The calculation of averages for some numbers was sometimes incorrect. | ||
|
||
### Non-security fixes | ||
|
||
* [Bug #35205358]: The `conn_delay/Waiting` stage in the connection_control plugin was not reset after a delay caused by the plugin, leading to inaccurate monitoring data. | ||
|
||
* [Bug #34929814]: Running two OPTIMIZE TABLE commands at the same time on a table with fulltext indexes and innodb_optimize_fulltext_only enabled sometimes made the server shut down. | ||
|
||
* [Bug #29539976]: In the CONNECTION_CONTROL plugin, the Performance Schema couldn’t find specific keys until the code using them ran. | ||
|
||
* [Bug #35894664]: The result from a spatial index that included a column with a spatial reference identifier (SRID) was empty. Additionally, using FORCE INDEX to enforce a covering index scan on the spatial index caused an assertion error. | ||
|
||
* [Bug #33142654], [Bug #36543458]: Adds an additional check on the QT_NO_TABLE flag before accessing table_name to fix HEAP-USE-AFTER-FREE errors. | ||
|
||
* [Bug #33057164]: The PROCESSLIST_INFO column of THREADS did not update when a prepared statement was executed. | ||
|
||
* [Bug #34800754]: An InnoDB assertion error happened due to an invalid column index, even though the column index was valid. | ||
|
||
* [Bug #36252805]: To check if the binlog cache was empty, it had to be created first, which made it empty. This caused sessions that never needed a binlog cache to get one, using up resources unnecessarily. | ||
|
||
## Additional resources | ||
|
||
[Install Percona Server for MySQL](https://www.percona.com/doc/percona-server/5.7/installation.html) | ||
|
||
The [Percona Server for MySQL GitHub repository](https://github.com/percona/percona-server) | ||
|
||
[Contribute to the documentation](https://github.com/percona/psmysql-docs/blob/8.0/contributing.md) | ||
|
||
For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me) | ||
|
||
|
||
[MySQL 5.7 Post-EOL Support from Percona customers]: https://www.percona.com/post-mysql-5-7-eol-support | ||
|
||
[build this release from the source]: ../installation/git-source-tree.md | ||
|
||
[Bug #36563773]: https://github.com/mysql/mysql-server/commit/2f67801d010 | ||
|
||
[Bug #35205358]: https://github.com/mysql/mysql-server/commit/3fc9c6a63a2 | ||
|
||
[Bug #34929814]: https://github.com/mysql/mysql-server/commit/66cc7556964 | ||
|
||
[Bug #35894664]: https://github.com/mysql/mysql-server/commit/132b094b046 | ||
|
||
[Bug #33142654]: https://github.com/mysql/mysql-server/commit/227ffcd4dad | ||
|
||
[Bug #36543458]: https://github.com/mysql/mysql-server/commit/76dd59535fb | ||
|
||
[Bug #33057164]: https://github.com/mysql/mysql-server/commit/987fc9a5ea6 | ||
|
||
[Bug #34800754]: https://github.com/mysql/mysql-server/commit/c614f7c65b8 | ||
|
||
[Bug #36252805]: https://github.com/mysql/mysql-server/commit/fed401689c2 | ||
|
||
[Bug #29539976]: https://github.com/percona/percona-server/commit/29c2ef53acae5c374b23322e860b5c1f6f5a92b6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# variables for HTML output | ||
|
||
release: '5.7.44-50' | ||
release: '5.7.44-51' | ||
version: '5.7' | ||
release-date: June 19, 2024 | ||
release-date: August 26, 2024 | ||
post: 'MySQL 5.7 Post-EOL Support from Percona' | ||
repo-post: 'ps-post-eol' |