|
| 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) |
0 commit comments