-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #426 from percona/ps-9444
PS-9444 Release notes PS-5.7.44-52
- Loading branch information
Showing
7 changed files
with
76 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Percona Server for MySQL 5.7.44-52 (2024-12-05) | ||
|
||
--8<--- "eol.release.md" | ||
|
||
|
||
|
||
## Release information | ||
|
||
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. | ||
|
||
Percona Server for MySQL 5.7.44-52 contains the following fixes. | ||
|
||
## Bug fixes | ||
|
||
### Security fixes | ||
|
||
| Bug ID(s) | Details | | ||
|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [Bug #36492114](https://github.com/mysql/mysql-server/commit/0f8002cf6ae) | Some optimizer hint combinations did not function correctly. | | ||
| [Bug #36593265](https://github.com/mysql/mysql-server/commit/c6997b13cfa) | The AES_ENCRYPT() function returned incorrect results in some cases. | | ||
| [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. | | ||
| [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`. | | ||
| 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 | | ||
|[Bug #36210202](https://github.com/mysql/mysql-server/commit/81a7f6fab54) | An issue related to FTS comparisons has been resolved.| | ||
|Bug #35507223 | This fix prevents out-of-bounds memory access that could have occurred due to an issue with the ulong bitmask. | | ||
|
||
### Non-security | ||
|
||
| Bug Fix | Details | | ||
|---|----| | ||
| [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. | | ||
| [Bug #36600203](https://github.com/mysql/mysql-server/commit/de82d8ade0a) | A memory leak in the MySQL client has been fixed. | | ||
| [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. | | ||
|
||
## Third-party fixes | ||
|
||
The following Common Vulnerabilities and Exposures (CVE) records have been identified in third-party libraries:: | ||
|
||
| CVE | Details | | ||
|---|---| | ||
| [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. | | ||
| [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. | | ||
|
||
|
||
## Additional resources | ||
|
||
[Install Percona Server for MySQL](https://www.percona.com/doc/percona-server/5.7/installation.html) | ||
|
||
The [Percona Server for MySQL GitHub repository](https://github.com/percona/percona-server) | ||
|
||
[Contribute to the documentation](https://github.com/percona/psmysql-docs/blob/8.0/contributing.md) | ||
|
||
For [training](https://www.percona.com/training), contact [Percona Training - Start learning now](https://learn.percona.com/contact-me) | ||
|
||
|
||
[MySQL 5.7 Post-EOL Support]: https://www.percona.com/post-mysql-5-7-eol-support | ||
|
||
[build the release]: ../installation/git-source-tree.md | ||
|
||
[CVE-2024-5535]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-5535 | ||
|
||
[CVE-2024-7264]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-7264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This release is part of Percona's MySQL 5.7 Post-End-of-Life (EOL) support program. This program provides critical updates and ensures the stability for businesses relying on MySQL 5.7 beyond its official EOL. Paying customers can access the full release, including pre-compiled binaries, through our private repository. Community members will be able to [build the release] from publicly available source code, which will be released on a quarterly basis. | ||
|
||
We recommend that you upgrade to MySQL 8.0 or you can stay on 5.7; we'll support you either way. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# variables for HTML output | ||
|
||
release: '5.7.44-51' | ||
release: '5.7.44-52' | ||
version: '5.7' | ||
release-date: August 26, 2024 | ||
release-date: December 05, 2024 | ||
post: 'MySQL 5.7 Post-EOL Support from Percona' | ||
repo-post: 'ps-post-eol' |