Skip to content

Commit d83c68f

Browse files
committed
PS-10176 [Doc] Release notes for - PS 5.7.44-56 (EOL8)
new file: docs/release-notes/5.7.44-56.md modified: docs/release-notes/release-notes_index.md modified: mkdocs-base.yml modified: variables.yml
1 parent eb0fb97 commit d83c68f

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

docs/release-notes/5.7.44-56.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Percona Server for MySQL 5.7.44-56 (2025-11-25)
2+
3+
--8<--- "eol.release.md"
4+
5+
## Release Information
6+
7+
Percona Server for MySQL 5.7.44-56 builds on MySQL 5.7.44 Community Edition,
8+
adding enterprise-grade features and security enhancements from Percona.
9+
10+
## Security fixes
11+
12+
The fixes ported to 5.7 are the following:
13+
14+
[`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
15+
16+
[`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.
17+
18+
[`Bug#37994397`](https://github.com/mysql/mysql-server/commit/2c6e56c3bd4): <b>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.
19+
20+
[`Bug#37792010`](https://github.com/mysql/mysql-server/commit/e12a310892d): <b>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</b>. <b>The fix ensures these internal VARCHAR columns are initialized with valid type information, preventing potential crashes during concurrent table access</b>.
21+
22+
## Additional Resources
23+
24+
- [Install Percona Server for MySQL](../installation/install-eol.md)
25+
- [Percona Server for MySQL GitHub Repository](https://github.com/percona/percona-server)
26+
- [Contribute to the Documentation](https://docs.percona.com)
27+
- [Percona Training – Start Learning Now](https://www.percona.com/training)

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 Server for MySQL 5.7 release notes index
22

3+
* [Percona Server for MySQL 5.7.44-55 (2025-11-25)](5.7.44-56.md)
4+
35
* [Percona Server for MySQL 5.7.44-55 (2025-09-25)](5.7.44-55.md)
46

57
* [Percona Server for MySQL 5.7.44-54 (2025-05-26)](5.7.44-54.md)

mkdocs-base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ plugins:
102102
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
103103
output_path: "_pdf/PerconaServer-5.7.pdf"
104104
cover_title: "Percona Server Documentation"
105-
cover_subtitle: 5.7.44-54 (2025-05-26)
105+
cover_subtitle: 5.7.44-56 (2025-11-25)
106106
author: "Percona Technical Documentation Team"
107107
cover_logo: docs/_static/Percona_Logo_Color.png
108108
debug_html: false
@@ -240,6 +240,7 @@ nav:
240240
- tokudb/removing_tokudb.md
241241
- Release notes:
242242
- Release notes index: release-notes/release-notes_index.md
243+
- release-notes/5.7.44-56.md
243244
- release-notes/5.7.44-55.md
244245
- release-notes/5.7.44-54.md
245246
- release-notes/5.7.44-53.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-55'
3+
release: '5.7.44-56'
44
version: '5.7'
5-
release-date: August 20, 2025
5+
release-date: November 25, 2025
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)