Skip to content

Commit

Permalink
Merge pull request #359 from percona/ps-9333
Browse files Browse the repository at this point in the history
PS-9333 5.7.44-51 - 5.7 Post-EOL 3 release notes and release note tasks
  • Loading branch information
patrickbirch authored Aug 26, 2024
2 parents 94d7b5d + 317e524 commit 15e1f22
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 3 deletions.
69 changes: 69 additions & 0 deletions docs/release-notes/5.7.44-51.md
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
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Server for MySQL 5.7 release notes index

* [Percona Server for MySQL 5.7.44-50 (2024-08-26)](5.7.44-51.md)

* [Percona Server for MySQL 5.7.44-50 (2024-06-19)](5.7.44-50.md)

* [Percona Server for MySQL 5.7.44-49 (2024-03-14)](5.7.44-49.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: "_pdf/PerconaServer-5.7.pdf"
cover_title: "Percona Server Documentation"
cover_subtitle: 5.7.44-50 (2024-06-19)
cover_subtitle: 5.7.44-51 (2024-08-26)
author: "Percona Technical Documentation Team"
cover_logo: docs/_static/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -237,6 +237,7 @@ nav:
- tokudb/removing_tokudb.md
- Release notes:
- Release notes index: release-notes/release-notes_index.md
- release-notes/5.7.44-51.md
- release-notes/5.7.44-50.md
- release-notes/5.7.44-49.md
- release-notes/5.7.44-48.md
Expand Down
4 changes: 2 additions & 2 deletions variables.yml
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'

0 comments on commit 15e1f22

Please sign in to comment.