Skip to content

Commit

Permalink
PXC-4485 PXC 5.7.44-31.65-4 release notes and release note tasks
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
patrickbirch authored and alina-derkach-oaza committed Sep 16, 2024
1 parent b602862 commit d1642bf
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 4 deletions.
67 changes: 67 additions & 0 deletions docs/release-notes/5.7.44-31.65.4.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion docs/release-notes/release-notes_index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

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/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
Expand All @@ -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
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-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'

0 comments on commit d1642bf

Please sign in to comment.