-
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 #394 from percona/ps-9413
PS-9413 8.4.2-2 release notes and release note tasks
- Loading branch information
Showing
5 changed files
with
98 additions
and
6 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,3 @@ | ||
# Percona Server for MySQL 8.4.1 | ||
|
||
Due to a critical fix, MySQL Community Server 8.4.2 was released shortly (22 days later) after MySQL Community Server 8.4.1. Percona has skipped the release of Percona Server for MySQL 8.4.1. Percona Server for MySQL 8.4.2-2 contains all bug fixes and contents from MySQL Community Server 8.4.1 and MySQL Community Server 8.4.2. |
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,84 @@ | ||
# Percona Server for MySQL 8.4.2-2 (2024-11-04) | ||
|
||
Get started with [Quickstart Guide for Percona Server for MySQL]. | ||
|
||
[Percona Server for MySQL 8.4.2-2] includes all the features and bug fixes available in the | ||
MySQL 8.4 Community Edition in addition to enterprise-grade features developed by Percona. | ||
|
||
## Release highlights | ||
|
||
Improvements and bug fixes introduced by Oracle for MySQL 8.4.1 and 8.4.2 and included in Percona Server for MySQL are the following: | ||
|
||
* MySQL stopped unexpectedly during an UPDATE after an ALTER TABLE operation. | ||
|
||
* Shutting down the server after an XA START with an empty XA transaction caused it to stop unexpectedly. | ||
|
||
* Shutting down the replication applier or binlog applier during an empty XA transaction caused the system to stop unexpectedly. | ||
|
||
* The result from a spatial index with a column containing a spatial reference identifier (SRID) was empty. Using FORCE INDEX to scan this index caused an assertion error. | ||
|
||
* In some cases, after creating more than 8000 tables, the server failed to restart. | ||
|
||
* Startup tablespace file scanning performance was improved. | ||
|
||
Find the complete list of bug fixes and changes in the [MySQL 8.4.1 Release Notes] and [MySQL 8.4.2 Release Notes]. | ||
|
||
## Bug fixes | ||
|
||
* [PS-8057]: `slow_query_log_file` does not match the filename defined in my.cnf. | ||
|
||
* [PS-9144]: Missing rows after running a null `ALTER` with `ALGORTITHM=INPLACE`. | ||
|
||
* [PS-9214]: An `ALTER` table online results in a "duplicate key" error on the primary key (only index). | ||
|
||
* [PS-9306]: The following MySQL versions unexpectedly exit if the database has more than 10K tables: | ||
|
||
* 8.0.38 | ||
|
||
* 8.4.1 | ||
|
||
* 9.0.0 | ||
|
||
* [PS-9314]: Using a JSON_TABLE in Percona Server for MySQL 8.0.36 causes a signal 11 error. | ||
|
||
* [PS-9286]: The KMIP component left keys in a `pre-active` state. | ||
|
||
* [PS-9384]: A race condition between `dict_stats_thread` and the cost model initialization cause sporadic exits in Jenkins on start up. | ||
|
||
## Additional resources | ||
|
||
* Install [Percona Server for MySQL 8.4] | ||
|
||
* The [Percona Server for MySQL GitHub repository] | ||
|
||
* Download product binaries, packages, and tarballs at [Percona Software Downloads] | ||
|
||
* [Contribute to the documentation] | ||
|
||
* For [training], contact [Percona Training - Start learning now] | ||
|
||
[Quickstart Guide for Percona Server for MySQL]: ../quickstart-overview.md | ||
[Percona Server for MySQL 8.4.2-2]: https://www.percona.com/software/mysql-database/percona-server | ||
|
||
|
||
|
||
[PS-8057]: https://perconadev.atlassian.net/browse/PS-8057 | ||
[PS-9144]: https://perconadev.atlassian.net/browse/PS-9144 | ||
[PS-9214]: https://perconadev.atlassian.net/browse/PS-9214 | ||
[PS-9306]: https://perconadev.atlassian.net/browse/PS-9306 | ||
[PS-9314]: https://perconadev.atlassian.net/browse/PS-9314 | ||
|
||
[PS-9384]: https://perconadev.atlassian.net/browse/PS-9384 | ||
[PS-9286]: https://perconadev.atlassian.net/browse/PS-9286 | ||
|
||
|
||
[Percona Server for MySQL 8.4]: ../installation.md | ||
|
||
[MySQL 8.4.1 Release Notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html | ||
[MySQL 8.4.2 Release Notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-2.html | ||
|
||
[Percona Server for MySQL GitHub repository]: https://github.com/percona/percona-server | ||
[Percona Software Downloads]: https://www.percona.com/downloads | ||
[Contribute to the documentation]: https://github.com/percona/psmysql-docs/blob/8.0/contributing.md | ||
[training]: https://www.percona.com/training | ||
[Percona Training - Start learning now]: https://learn.percona.com/contact-me |
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,9 +1,9 @@ | ||
# variables for HTML output | ||
|
||
release: '8.4.0-1' | ||
release: '8.4.2-2' | ||
version: '8.4' | ||
vers: '8.4' # we are going to use it instead of version | ||
pkg: 'ps-84-lts' | ||
release_date: '2024-08-28' | ||
title_date: '2024-08-28' | ||
release_date: '2024-11-04' | ||
title_date: '2024-11-04' | ||
|