Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/release-notes/5.7.44-56.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Percona Server for MySQL 5.7.44-56 (11-13-25)

--8<--- "eol.release.md"

## Release Information

Percona Server for MySQL 5.7.44-56 builds on MySQL 5.7.44 Community Edition,
adding enterprise-grade features and security enhancements from Percona.

## Security fixes

The fixes ported to 5.7 are the following:

[`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.

[`Bug#37829550`](https://github.com/mysql/mysql-server/commit/21a91a2b977): Enhanced `WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS` validations

[`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.

[`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.

[`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.


## Non-security bug fixes

[`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.

[`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).

[`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.


## Additional Resources

- [Install Percona Server for MySQL](../installation/install-eol.md)
- [Percona Server for MySQL GitHub Repository](https://github.com/percona/percona-server)
- [Contribute to the Documentation](https://docs.percona.com)
- [Percona Training – Start Learning Now](https://www.percona.com/training)
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Percona Server for MySQL 5.7 release notes index

* [Percona Server for MySQL 5.7.44-55 (2025-11-13)](5.7.44-56.md)

* [Percona Server for MySQL 5.7.44-55 (2025-09-25)](5.7.44-55.md)

* [Percona Server for MySQL 5.7.44-54 (2025-05-26)](5.7.44-54.md)
Expand Down
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ plugins:
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: "_pdf/PerconaServer-5.7.pdf"
cover_title: "Percona Server Documentation"
cover_subtitle: 5.7.44-54 (2025-05-26)
cover_subtitle: 5.7.44-56 (2025-11-13)
author: "Percona Technical Documentation Team"
cover_logo: docs/_static/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -240,6 +240,7 @@ nav:
- tokudb/removing_tokudb.md
- Release notes:
- Release notes index: release-notes/release-notes_index.md
- release-notes/5.7.44-56.md
- release-notes/5.7.44-55.md
- release-notes/5.7.44-54.md
- release-notes/5.7.44-53.md
Expand Down
4 changes: 2 additions & 2 deletions variables.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# variables for HTML output

release: '5.7.44-55'
release: '5.7.44-56'
version: '5.7'
release-date: August 20, 2025
release-date: November 13, 2025
post: 'MySQL 5.7 Post-EOL Support from Percona'
repo-post: 'ps-post-eol'
eol: 'Post-EOL'