|
| 1 | +# Percona Server for MySQL 5.7.44-52 (2024-12-05) |
| 2 | + |
| 3 | +--8<--- "eol.release.md" |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +## Release information |
| 8 | + |
| 9 | +Percona Server for MySQL 5.7.44-52 builds upon the functionality and bug fixes in MySQL 5.7.44 Community Edition. It adds enterprise-grade features and security enhancements developed by Percona. |
| 10 | + |
| 11 | +Percona Server for MySQL 5.7.44-52 contains the following fixes. |
| 12 | + |
| 13 | +## Bug fixes |
| 14 | + |
| 15 | +### Security fixes |
| 16 | + |
| 17 | +| Bug ID(s) | Details | |
| 18 | +|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 19 | +| [Bug #36492114](https://github.com/mysql/mysql-server/commit/0f8002cf6ae) | Some optimizer hint combinations did not function correctly. | |
| 20 | +| [Bug #36593265](https://github.com/mysql/mysql-server/commit/c6997b13cfa) | The AES_ENCRYPT() function returned incorrect results in some cases. | |
| 21 | +| [Bug #36684463](https://github.com/mysql/mysql-server/commit/4ea181e95f0) | The internal function `my_convert_internal()` unexpectantly returned a pointer at times instead of the value. | |
| 22 | +| [Bug #36816986](https://github.com/mysql/mysql-server/commit/ff0b5d82553) | While dumping tablespaces, `mysqldump` did not properly escape certain SQL statements in its output. Additionally, the tool now encloses the following identifiers within backticks: `LOGFILE GROUP`, `TABLESPACE`, and `ENGINE`. | |
| 23 | +| Bug #36377685, [WL #16482](https://github.com/mysql/mysql-server/commit/2cc37b271ef) | The mysql client now has a new option, `--system-command`. This option controls whether the system client command is enabled or disabled. By default, it is enabled. To disable it, use `--system-command=OFF` or `--skip-system-command`. This change was made to address a security vulnerability | |
| 24 | +|[Bug #36210202](https://github.com/mysql/mysql-server/commit/81a7f6fab54) | An issue related to FTS comparisons has been resolved.| |
| 25 | +|Bug #35507223 | This fix prevents out-of-bounds memory access that could have occurred due to an issue with the ulong bitmask. | |
| 26 | + |
| 27 | +### Non-security |
| 28 | + |
| 29 | +| Bug Fix | Details | |
| 30 | +|---|----| |
| 31 | +| [Bug #36559642](https://github.com/mysql/mysql-server/commit/5484c73368a) | The server would unexpectedly exit when dropping an index and creating a full-text index in the same transaction. | |
| 32 | +| [Bug #36600203](https://github.com/mysql/mysql-server/commit/de82d8ade0a) | A memory leak in the MySQL client has been fixed. | |
| 33 | +| [Bug #36871927](https://github.com/mysql/mysql-server/commit/2dd5e2ededb) | The `DATABASE()` function now returns the correct output when used in `UNION` queries. The output from `DATABASE()` was truncated in earlier versions. | |
| 34 | + |
| 35 | +## Third-party fixes |
| 36 | + |
| 37 | +The following Common Vulnerabilities and Exposures (CVE) records have been identified in third-party libraries:: |
| 38 | + |
| 39 | +| CVE | Details | |
| 40 | +|---|---| |
| 41 | +| [CVE-2024-5535] | OpenSSL: Upgrade to one of the 3.0.15, 3.1.7, 3.2.3, 3.3.2 versions. For OpenSSL 1.x.x versions, check the security advisory of the respective operating systems. | |
| 42 | +| [CVE-2024-7264] | Curl: Affected versions: curl 7.32.0 to and including 8.9.0. Upgrade curl and libcurl to version 8.9.1. | |
| 43 | + |
| 44 | + |
| 45 | +## Additional resources |
| 46 | + |
| 47 | +[Install Percona Server for MySQL](https://www.percona.com/doc/percona-server/5.7/installation.html) |
| 48 | + |
| 49 | +The [Percona Server for MySQL GitHub repository](https://github.com/percona/percona-server) |
| 50 | + |
| 51 | +[Contribute to the documentation](https://github.com/percona/psmysql-docs/blob/8.0/contributing.md) |
| 52 | + |
| 53 | +For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me) |
| 54 | + |
| 55 | + |
| 56 | +[MySQL 5.7 Post-EOL Support]: https://www.percona.com/post-mysql-5-7-eol-support |
| 57 | + |
| 58 | +[build the release]: ../installation/git-source-tree.md |
| 59 | + |
| 60 | +[CVE-2024-5535]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-5535 |
| 61 | + |
| 62 | +[CVE-2024-7264]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-7264 |
0 commit comments