Skip to content

Commit 3ad6a08

Browse files
PS-9743 [Doc] Release notes for - PS 5.7.44-54 (#509)
* PS-9743 [Doc] Release notes for - PS 5.7.44-54 new file: docs/release-notes/5.7.44-54.md modified: docs/release-notes/release-notes_index.md modified: mkdocs-base.yml modified: variables.yml * Update 5.7.44-54.md * Update release-notes_index.md * Update mkdocs-base.yml * Update variables.yml --------- Co-authored-by: Alina Derkach <[email protected]>
1 parent 7e8bb57 commit 3ad6a08

File tree

4 files changed

+49
-3
lines changed

4 files changed

+49
-3
lines changed

docs/release-notes/5.7.44-54.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Percona Server for MySQL 5.7.44-54 (2025-05-26)
2+
3+
--8<--- "eol.release.md"
4+
5+
## Release Information
6+
7+
Percona Server for MySQL 5.7.44-54 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 following is the final list of fixes which will be ported to 5.7
13+
14+
[`Bug#22958632`](https://github.com/mysql/mysql-server/commit/5f3490aea8c): ASAN: NAME_CONST WITH INVALID IDENTIFIER, HEAP-BUFFER-OVERFLOW - Optimizer.
15+
16+
[`Bug#27618273`](https://github.com/mysql/mysql-server/commit/dc0f623b217): BUFFER OVERFLOW IN USERVAR,USERNAME,HOSTNAME WITH BROKEN UTF8 - Optimizer.
17+
18+
[`BUG#36421684`](https://github.com/mysql/mysql-server/commit/4c5e1f1f29ed6009f758ad82fb46dab6d1d464ce): mysql server 8.3.0 heap-buffer-overflow at Multisource - Optimizer.
19+
20+
[`Bug#36593253`](https://github.com/mysql/mysql-server/commit/0491d9b4d93): MySQL server heap-use-after-free at int my_mb_wc_utf8_prototype - Optimizer.
21+
22+
[`Bug#37540722`](https://github.com/mysql/mysql-server/commit/e4c825e0879e02966c2168fecb3ead7ae780b263): Missing string escaping in mysqldump - mysqldump.
23+
24+
[`Bug# 37607195`](https://github.com/mysql/mysql-server/commit/27d890619094b346c1bb7e941efd3004f0b8ffab): fprintf_string not using the actual quote parameter (… - mysqldmup.
25+
26+
[`Bug#37403052`](https://github.com/mysql/mysql-server/commit/df130daa135): Forgeting to call btr_pcur_t::close() leads to memory leak - InnoDB.
27+
28+
## Non-security bug fixes
29+
30+
[`Bug#36993445`](https://github.com/mysql/mysql-server/commit/7269603666cab6a6ba3c4708b35f52e5f020007b) : virtual index unstable after rollback when index_id is and Bug#36993445 : virtual index unstable after rollback when index_id is - InnoDB.
31+
32+
[`Bug#36686351`](https://github.com/mysql/mysql-server/commit/e3c9955d236ac19bae4674fea46576aeb41e0d90): &lt;COMMAND_CLASS&gt; is empty for &lt;NAME&gt;Execute&lt;/NAME&gt; - Audit log/PS.
33+
34+
[`Bug#37227215`](https://github.com/mysql/mysql-server/commit/002349f6cb7): Tests fails with memory issue - GR.
35+
36+
[`Bug#36480358`](https://github.com/mysql/mysql-server/commit/bcc175a1381): Compile MySQL with GCC 14 [noclose 5.7]
37+
38+
## Additional Resources
39+
40+
- [Install Percona Server for MySQL](https://www.percona.com/software/mysql-database/percona-server)
41+
- [Percona Server for MySQL GitHub Repository](https://github.com/percona/percona-server)
42+
- [Contribute to the Documentation](https://docs.percona.com)
43+
- [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-54 (2025-05-26)](5.7.44-54.md)
4+
35
* [Percona Server for MySQL 5.7.44-53 (2025-02-25)](5.7.44-53.md)
46

57
* [Percona Server for MySQL 5.7.44-52 (2024-12-05)](5.7.44-52.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-53 (2025-02-25)
105+
cover_subtitle: 5.7.44-54 (2025-05-26)
106106
author: "Percona Technical Documentation Team"
107107
cover_logo: docs/_static/Percona_Logo_Color.png
108108
debug_html: false
@@ -238,6 +238,7 @@ nav:
238238
- tokudb/removing_tokudb.md
239239
- Release notes:
240240
- Release notes index: release-notes/release-notes_index.md
241+
- release-notes/5.7.44-54.md
241242
- release-notes/5.7.44-53.md
242243
- release-notes/5.7.44-52.md
243244
- release-notes/5.7.44-51.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-53'
3+
release: '5.7.44-54'
44
version: '5.7'
5-
release-date: February 25, 2025
5+
release-date: May 26, 2025
66
post: 'MySQL 5.7 Post-EOL Support from Percona'
77
repo-post: 'ps-post-eol'
88

0 commit comments

Comments
 (0)