-
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 #171 from percona/pxc-4485
PXC-4485 PXC 5.7.44-31.65-4 release notes and release note tasks
- Loading branch information
Showing
4 changed files
with
74 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# Percona XtraDB Cluster 5.7.44-31.65.4 (2024-09-17) | ||
|
||
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 #36563773]: The calculation of averages for some numbers was sometimes incorrect. | ||
|
||
### Non-security fixes | ||
|
||
* [Bug #35205358]: The `conn_delay/Waiting` stage in the connection_control plugin was not reset after a delay caused by the plugin, leading to inaccurate monitoring data. | ||
|
||
* [Bug #34929814]: Running two OPTIMIZE TABLE commands at the same time on a table with fulltext indexes and innodb_optimize_fulltext_only enabled sometimes made the server shut down. | ||
|
||
* [Bug #29539976]: In the CONNECTION_CONTROL plugin, the Performance Schema couldn’t find specific keys until the code using them ran. | ||
|
||
* [Bug #35894664]: The result from a spatial index that included a column with a spatial reference identifier (SRID) was empty. Additionally, using FORCE INDEX to enforce a covering index scan on the spatial index caused an assertion error. | ||
|
||
* [Bug #33142654], [Bug #36543458]: Adds an additional check on the QT_NO_TABLE flag before accessing table_name to fix HEAP-USE-AFTER-FREE errors. | ||
|
||
* [Bug #33057164]: The PROCESSLIST_INFO column of THREADS did not update when a prepared statement was executed. | ||
|
||
* [Bug #34800754]: An InnoDB assertion error happened due to an invalid column index, even though the column index was valid. | ||
|
||
* [Bug #36252805]: To check if the binlog cache was empty, the cache must be created first, which made the cache empty. This action caused sessions that never needed a binlog cache to get one, using up resources unnecessarily. | ||
|
||
## 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 | ||
|
||
[Bug #36563773]: https://github.com/mysql/mysql-server/commit/2f67801d010 | ||
|
||
[Bug #35205358]: https://github.com/mysql/mysql-server/commit/3fc9c6a63a2 | ||
|
||
[Bug #34929814]: https://github.com/mysql/mysql-server/commit/66cc7556964 | ||
|
||
[Bug #35894664]: https://github.com/mysql/mysql-server/commit/132b094b046 | ||
|
||
[Bug #33142654]: https://github.com/mysql/mysql-server/commit/227ffcd4dad | ||
|
||
[Bug #36543458]: https://github.com/mysql/mysql-server/commit/76dd59535fb | ||
|
||
[Bug #33057164]: https://github.com/mysql/mysql-server/commit/987fc9a5ea6 | ||
|
||
[Bug #34800754]: https://github.com/mysql/mysql-server/commit/c614f7c65b8 | ||
|
||
[Bug #36252805]: https://github.com/mysql/mysql-server/commit/fed401689c2 | ||
|
||
[Bug #29539976]: https://github.com/percona/percona-server/commit/29c2ef53acae5c374b23322e860b5c1f6f5a92b6 |
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.3' | ||
release: '5.7.44-31.65.4' | ||
version: '5.7' | ||
release-date: 2024-07-23 | ||
release-date: 2024-09-17 | ||
post: 'MySQL 5.7 Post-EOL Support from Percona' | ||
repo-post: 'ps-post-eol' |