-
Notifications
You must be signed in to change notification settings - Fork 14
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 #194 from percona/pxc-4539
PXC-4539 Release notes for - PXC 5.7 EOL (Q4 2024)
- Loading branch information
Showing
5 changed files
with
55 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Percona XtraDB Cluster 5.7.44-31.65.5 (2025-01-28) | ||
|
||
This release is part of {{post}}. The fixes are available to [MySQL 5.7 Post-EOL Support from Percona customers]. | ||
|
||
We recommend upgrading to MySQL 8.0 or staying on 5.7; we'll support you. | ||
|
||
## Release information | ||
|
||
Percona XtraDB Cluster 5.7.44-31.65.4 contains the following fixes. | ||
|
||
## Bug fixes | ||
|
||
### Security fix | ||
|
||
| 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 fixes | ||
|
||
| 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. | | ||
|
||
|
||
## Additional resources | ||
|
||
[Install Percona XtraDB Cluster](https://www.percona.com/doc/percona-xtradb-cluster/5.7/install/index.html) | ||
|
||
[Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster) | ||
|
||
[Contribute to the documentation](https://github.com/percona/pxc-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 from Percona customers]: https://www.percona.com/post-mysql-5-7-eol-support | ||
|
||
[build this release from the source]: ../installation/git-source-tree.md |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# variables for HTML output | ||
|
||
release: '5.7.44-31.65.4' | ||
release: '5.7.44-31.65.5' | ||
version: '5.7' | ||
release-date: 2024-09-17 | ||
release-date: 2025-01-28 | ||
post: 'MySQL 5.7 Post-EOL Support from Percona' | ||
repo-post: 'ps-post-eol' | ||
repo-post: 'ps-post-eol' |