Skip to content

Commit eb0fb97

Browse files
authored
Merge pull request #563 from percona/ps-10053
PS-10053 [DOCS] - Release notes for PS 5.7.44-55
2 parents 668bba0 + 4a00a9e commit eb0fb97

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

docs/release-notes/5.7.44-55.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Percona Server for MySQL 5.7.44-55 (2025-09-25)
2+
3+
--8<--- "eol.release.md"
4+
5+
## Release Information
6+
7+
Percona Server for MySQL 5.7.44-55 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#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.
15+
16+
[`Bug#37829550`](https://github.com/mysql/mysql-server/commit/21a91a2b977): Enhanced `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` validations
17+
18+
[`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.
19+
20+
[`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.
21+
22+
[`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.
23+
24+
25+
## Non-security bug fixes
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+
34+
## Additional Resources
35+
36+
- [Install Percona Server for MySQL](../installation/install-eol.md)
37+
- [Percona Server for MySQL GitHub Repository](https://github.com/percona/percona-server)
38+
- [Contribute to the Documentation](https://docs.percona.com)
39+
- [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-09-25)](5.7.44-55.md)
4+
35
* [Percona Server for MySQL 5.7.44-54 (2025-05-26)](5.7.44-54.md)
46

57
* [Percona Server for MySQL 5.7.44-53 (2025-02-25)](5.7.44-53.md)

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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-55.md
243244
- release-notes/5.7.44-54.md
244245
- release-notes/5.7.44-53.md
245246
- release-notes/5.7.44-52.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-54'
3+
release: '5.7.44-55'
44
version: '5.7'
5-
release-date: May 26, 2025
5+
release-date: August 20, 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)