Skip to content

Commit fd659b1

Browse files
authored
Merge pull request #281 from percona/pxc-4733
PXC-4733 [DOCS] - PXC 5.7.44-31.65.8 release notes (5.7 EOL)
2 parents e384956 + 457f1c0 commit fd659b1

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Percona XtraDB Cluster 5.7.44-31.65.8 (2025-10-09)
2+
3+
This release is part of {{post}}. The fixes are available to [MySQL 5.7 Post-EOL Support from Percona customers].
4+
5+
## Release information
6+
7+
Percona XtraDB Cluster 5.7.44-31.65.8 contains the following fixes:
8+
9+
## Security fixes
10+
11+
The fixes ported to 5.7 are the following:
12+
13+
[`Bug#37117875`](https://github.com/mysql/mysql-server/commit/9d4ead06951): When the delimiter is changed from the default and a SQL statement includes an unquoted semicolon inside a MySQL-specific comment, the statement executes successfully on the source database. However, this operation causes an incomplete binlog entry, resulting in a syntax error on the replica database.
14+
15+
[`Bug#37829550`](https://github.com/mysql/mysql-server/commit/21a91a2b977): Enhanced `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` validations
16+
17+
[`WL#16949`](https://github.com/mysql/mysql-server/commit/04c191b4800): Adds a new `--commands` option to the mysql client. This option, enabled by default, lets users disable client-side commands when running in non-interactive mode.
18+
19+
[`Bug#31360522`](https://github.com/mysql/mysql-server/commit/c51237cec9f): An unexpected server exit may occur when performing range queries on a table that includes a prefixed `BLOB` or `TEXT` column within its index.
20+
21+
[`Bug#37478594`](https://github.com/mysql/mysql-server/commit/fc4b73f4002): A virtual column value may be incorrectly set to NULL on cascade update, which could lead to an unexpected server exit.
22+
23+
## Non-security bug fixes
24+
25+
The fixes ported to 5.7 are the following:
26+
27+
[`Bug#36784795`](https://github.com/mysql/mysql-server/commit/b5ab2959dbd): When the server ran with `autocommit=OFF`, the query rewrite plugin did not work correctly.
28+
29+
[`Bug#37572191`](https://github.com/mysql/mysql-server/commit/94a29a8a117): If `preserve_comments` is turned off, the server won't allow hints that contain `#` or `--` inside comment blocks. Fixed the test case. The bug was already resolved in [Percona Server for MySQL 5.7.44-54](5.7.44-53.md#bug-fixes).
30+
31+
[`Bug#37765153`](https://github.com/mysql/mysql-server/commit/05d25639413): To allow Debian/Ubuntu builds to run without root privileges, we removed the file ownership changes from the installation commands in our packaging scripts. These commands were previously run as the root user (or with `fakeroot`) and are no longer necessary or recommended.
32+
33+
## Additional resources
34+
35+
[Install Percona XtraDB Cluster](https://docs.percona.com/percona-xtradb-cluster/5.7/install/install-eol.html)
36+
37+
[Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster)
38+
39+
For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me)

docs/release-notes/release-notes_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Percona XtraDB Cluster 5.7 Release notes index
22

3+
* [Percona XtraDB Cluster 5.7.44-31.65.8 (2025-10-09)](5.7.44-31.65.8.md)
4+
35
* [Percona XtraDB Cluster 5.7.44-31.65.7 (2025-06-23)](5.7.44-31.65.7.md)
46

57
* [Percona XtraDB Cluster 5.7.44-31.65.6 (2025-03-17)](5.7.44-31.65.6.md)

mkdocs-base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ plugins:
101101
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
102102
output_path: '_pdf/PerconaXtradbCluster-5.7.pdf'
103103
cover_title: 'Percona XtraDB Cluster Documentation'
104-
cover_subtitle: 5.7.44-31.65.7 (2025-06-23)
104+
cover_subtitle: 5.7.44-31.65.8 (2025-10-09)
105105
author: 'Percona Technical Documentation Team'
106106
cover_logo: docs/_static/Percona_Logo_Color.png
107107
debug_html: false
@@ -123,6 +123,7 @@ nav:
123123
- Home: index.md
124124
- Release notes:
125125
- release-notes/release-notes_index.md
126+
- release-notes/5.7.44-31.65.8.md
126127
- release-notes/5.7.44-31.65.7.md
127128
- release-notes/5.7.44-31.65.6.md
128129
- release-notes/5.7.44-31.65.5.md

variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# variables for HTML output
22

3-
release: '5.7.44-31.65.7'
3+
release: '5.7.44-31.65.8'
44
version: '5.7'
5-
release-date: 2025-06-23
5+
release-date: 2025-10-09
66
post: 'MySQL 5.7 Post-EOL Support from Percona'
77
repo-post: 'ps-post-eol'
88
eol: 'Post-EOL'

0 commit comments

Comments
 (0)