From d1642bfb99181f7f08300da82a9f13718de6de0c Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:19:40 -0500 Subject: [PATCH] PXC-4485 PXC 5.7.44-31.65-4 release notes and release note tasks On branch pxc-4485 new file: docs/release-notes/5.7.44-31.65.4.md modified: docs/release-notes/release-notes_index.md modified: mkdocs-base.yml modified: variables.yml --- docs/release-notes/5.7.44-31.65.4.md | 67 +++++++++++++++++++++++ docs/release-notes/release-notes_index.md | 4 +- mkdocs-base.yml | 3 +- variables.yml | 4 +- 4 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 docs/release-notes/5.7.44-31.65.4.md diff --git a/docs/release-notes/5.7.44-31.65.4.md b/docs/release-notes/5.7.44-31.65.4.md new file mode 100644 index 00000000..e6947219 --- /dev/null +++ b/docs/release-notes/5.7.44-31.65.4.md @@ -0,0 +1,67 @@ +# Percona XtraDB Cluster 5.7.44-31.65.4 (2024-09-17) + +This release is part of {{post}}. The fixes are available to [MySQL 5.7 Post-EOL Support from Percona customers]. + +We recommend upgrading to MySQL 8.0 or staying on 5.7; we'll support you. + +## Release information + +Percona XtraDB Cluster 5.7.44-31.65.4 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, the cache must be created first, which made the cache empty. This action caused sessions that never needed a binlog cache to get one, using up resources unnecessarily. + +## Additional resources + +[Install Percona XtraDB Cluster](https://www.percona.com/doc/percona-xtradb-cluster/5.7/install/index.html) + +[Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster) + +[Contribute to the documentation](https://github.com/percona/pxc-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 \ No newline at end of file diff --git a/docs/release-notes/release-notes_index.md b/docs/release-notes/release-notes_index.md index 614959a2..8ec33e0d 100644 --- a/docs/release-notes/release-notes_index.md +++ b/docs/release-notes/release-notes_index.md @@ -1,5 +1,7 @@ # Percona XtraDB Cluster 5.7 Release notes index +* [Percona XtraDB Cluster 5.7.44-31.65.4 (2024-09-17)](5.7.44-31.65.4.md) + * [Percona XtraDB Cluster 5.7.44-31.65.3 (2024-07-23)](5.7.44-31.65.3.md) * [Percona XtraDB Cluster 5.7.44-31.65.2 (2024-05-02)](5.7.44-31.65.2.md) @@ -18,7 +20,7 @@ * [Percona XtraDB Cluster 5.7.38-31.59 (2022-06-29)](5.7.38-31.59.md) -* [*Percona XtraDB Cluster* 5.7.37-31.57 (2022-05-18)](Percona-XtraDB-Cluster-5.7.37-31.57.md) +* [Percona XtraDB Cluster 5.7.37-31.57 (2022-05-18)](Percona-XtraDB-Cluster-5.7.37-31.57.md) * [Percona XtraDB Cluster 5.7.36-31.55 (2022-02-16)](Percona-XtraDB-Cluster-5.7.36-31.55.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 984e31df..18abe5fb 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -101,7 +101,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaXtradbCluster-5.7.pdf' cover_title: 'Percona XtraDB Cluster Documentation' - cover_subtitle: 5.7.44-31.65.3 (2024-07-23) + cover_subtitle: 5.7.44-31.65.4 (2024-09-17) author: 'Percona Technical Documentation Team' cover_logo: docs/_static/Percona_Logo_Color.png debug_html: false @@ -123,6 +123,7 @@ nav: - Home: index.md - Release notes: - release-notes/release-notes_index.md + - release-notes/5.7.44-31.65.4.md - release-notes/5.7.44-31.65.3.md - release-notes/5.7.44-31.65.2.md - release-notes/5.7.44-31.65.md diff --git a/variables.yml b/variables.yml index aa4dde72..d33d2e0d 100644 --- a/variables.yml +++ b/variables.yml @@ -1,7 +1,7 @@ # variables for HTML output -release: '5.7.44-31.65.3' +release: '5.7.44-31.65.4' version: '5.7' -release-date: 2024-07-23 +release-date: 2024-09-17 post: 'MySQL 5.7 Post-EOL Support from Percona' repo-post: 'ps-post-eol' \ No newline at end of file