Skip to content

Commit 27fb53b

Browse files
committed
PXC-4774 [DOCS] - Release notes for PXC 5.7.44-31.65.9
new file: docs/release-notes/5.7.44-31.65.9.md modified: docs/release-notes/release-notes_index.md modified: mkdocs-base.yml modified: variables.yml
1 parent fd659b1 commit 27fb53b

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Percona XtraDB Cluster 5.7.44-31.65.9 (December 12, 2025)
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+
The fixes ported to 5.7 are the following:
8+
9+
[`Bug#38094070`](https://github.com/mysql/mysql-server/commit/67de430da7a): The server could potentially encounter memory access errors when parsing optimizer hints near buffer boundaries. The server now automatically checks buffer boundaries before accessing the next character, preventing potential parsing errors
10+
11+
[`Bug#37602657`](https://github.com/mysql/mysql-server/commit/f97c71a): In certain scenarios, secondary indexes on virtual columns can become misaligned with the clustered index data. The fix is when creating update vectors for secondary index updates involving virtual columns, use the field number (field_no) instead of the virtual column position.
12+
13+
[`Bug#37994397`](https://github.com/mysql/mysql-server/commit/2c6e56c3bd4): MySQL's InnoDB buffer pool, which can be configured across multiple instances and chunks, previously risked silent allocation failures when creating chunk lists for very large buffer pools. The server now explicitly checks and handles allocation failures for the chunk list, ensuring robust memory management during buffer pool initialization.
14+
15+
[`Bug#37792010`](https://github.com/mysql/mysql-server/commit/e12a310892d): In MySQL 5.7, full-text search (FTS) configuration table columns lacked proper type initialization, which could potentially cause a server crash when concurrent queries accessed the INFORMATION_SCHEMA.INNODB_LOCKS table under specific rare conditions. The fix ensures these internal VARCHAR columns are initialized with valid type information, preventing potential crashes during concurrent table access.
16+
17+
18+
## Additional resources
19+
20+
[Install Percona XtraDB Cluster](https://docs.percona.com/percona-xtradb-cluster/5.7/install/install-eol.html)
21+
22+
[Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster)
23+
24+
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.9 (2025-12-12)](5.7.44-31.65.9.md)
4+
35
* [Percona XtraDB Cluster 5.7.44-31.65.8 (2025-10-09)](5.7.44-31.65.8.md)
46

57
* [Percona XtraDB Cluster 5.7.44-31.65.7 (2025-06-23)](5.7.44-31.65.7.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.8 (2025-10-09)
104+
cover_subtitle: 5.7.44-31.65.9 (2025-12-12)
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.9.md
126127
- release-notes/5.7.44-31.65.8.md
127128
- release-notes/5.7.44-31.65.7.md
128129
- release-notes/5.7.44-31.65.6.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.8'
3+
release: '5.7.44-31.65.9'
44
version: '5.7'
5-
release-date: 2025-10-09
5+
release-date: 2025-12-12
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)