-
Notifications
You must be signed in to change notification settings - Fork 21
PXC-4742 [Doc] Release notes for - PXC 8.4.6 #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,60 @@ | ||
| # Percona XtraDB Cluster 8.4.6-6 (2025-10-06) | ||
|
|
||
| Percona XtraDB Cluster (PXC) supports critical business applications in both cloud and on-premises environments, including public, private, and hybrid setups. Our free, open source, enterprise-grade solution includes the high availability and security features your business requires to meet your customer expectations and business goals. | ||
|
|
||
| ## Release highlights | ||
|
|
||
| Percona XtraDB Cluster 8.4.6-6 is based on Percona Server for MySQL and includes all improvements and bug fixes available in the [Percona Server for MySQL 8.4.6-6 (2025-09-08) release notes](https://docs.percona.com/percona-server/8.4/release-notes/8.4.6-6.html). | ||
|
|
||
| ### Percona XtraDB Cluster 8.4.6-6 | ||
|
|
||
| Percona XtraDB Cluster now prevents a node from automatically attempting a State Snapshot Transfer (SST) after a failed Incremental State Transfer (IST). | ||
|
|
||
| ### Percona XtraDB Cluster 8.4.6-6 Pro build | ||
|
|
||
| The [Percona XtraDB Cluster Pro](../pxc-pro.md) `xtrabackup` SST (State Snapshot Transfer) method, based on Percona XtraBackup Pro, now uses the [Reduced backup lock time](https://docs.percona.com/percona-xtrabackup/8.4/reduction-in-locks.html) feature. This enhancement minimizes blocking on the **Donor node** during SST process while the backup is being prepared. The Percona XtraBackup reduced lock feature is enabled by default. To modify this behavior, set the desired `lock_ddl` value in the [xtrabackup] section of the `my.cnf` configuration file. For more information about the `--lock-ddl` option and its available values, refer to the [xtrabackup command-line options](https://docs.percona.com/percona-xtrabackup/8.4/xtrabackup-option-reference.html#lock-ddl) documentation. | ||
|
|
||
| ### Percona Server for MySQL 8.4.6-6 | ||
|
|
||
| Implements Link-Time Optimization (LTO) to generate more optimized release binaries, resulting in improved performance for specific workloads. | ||
|
|
||
| ### MySQL 8.4.6 | ||
|
|
||
| Bug fixes introduced by Oracle for MySQL 8.4.6 and included in Percona Server for MySQL are the following: | ||
|
|
||
| * Fixed an issue where rebuilding a primary key with duplicate entries could cause the server to stop unexpectedly. (Bug #37822992) | ||
|
|
||
| * Fixed an issue related to dropping columns that were part of an index. (Bug #37726881) | ||
|
|
||
| * Fixed an issue with indexing spatial datatype columns. (Bug #36682518) | ||
|
|
||
| * Fixed an issue where creating a secondary index on a `VARCHAR` column could exceed configured memory limits, with the amount allocated being directly related to the `value of innodb_ddl_buffer_size`, leading to errors such as ERROR 1136 (21S01): Column count doesn't match value count at row 1. (Bug #37233273) | ||
|
|
||
| Find the complete list of bug fixes and changes in the [MySQL 8.4.6 release notes](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html). | ||
|
|
||
| ## New features | ||
|
|
||
| * [PXC-4631](https://perconadev.atlassian.net/browse/PXC-4631): Percona XtraDB Cluster now prevents a node from automatically attempting a State Snapshot Transfer (SST) after a failed Incremental State Transfer (IST). | ||
|
|
||
| ## Bug fixes | ||
|
|
||
| * [PXC-4392](https://perconadev.atlassian.net/browse/PXC-4392): The issue was resolved by PXB-3470, which occurred when users had large databases containing compressed tables. | ||
|
|
||
| * [PXC-4644](https://perconadev.atlassian.net/browse/PXC-4644): Creating a foreign key (FK) without sufficient privileges causes a cluster inconsistency. The node where the command is executed fails with Error 1216 (Cannot add or drop foreign key constraint), while other nodes in the cluster that replicate the event fail with Error 1452 (Cannot add or update a child row: a foreign key constraint fails). | ||
|
|
||
| ## Build & packaging notes | ||
|
|
||
| * The official packages were built with the `WITH_LTO=ON` flag to enable the Link-Time Optimization (LTO) feature. | ||
|
|
||
| * This release adds support for Red Hat Enterprise Linux 10. | ||
|
|
||
| ## Useful links | ||
|
|
||
| * The [Percona XtraDB Cluster installation instructions](https://www.percona.com/doc/percona-xtradb-cluster/8.4/install/index.html) | ||
|
|
||
| * The [Percona XtraDB Cluster downloads](https://www.percona.com/downloads/Percona-XtraDB-Cluster-LATEST/#) | ||
|
|
||
| * The [Percona XtraDB Cluster GitHub location](https://github.com/percona/percona-xtradb-cluster) | ||
|
|
||
| * To contribute to the documentation, review the [Documentation Contribution Guide](https://github.com/percona/pxc-docs/blob/8.0/contributing.md) | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.5-5' | ||
| release: '8.4.6-6' | ||
| version: '8.4' | ||
| vers: '8.4' # we are going to use it instead of version | ||
| pkg: 'pxc-84-lts' | ||
| release_date: '2025-07-14' | ||
| title_date: '2025-07-14' | ||
| release_date: '2025-10-06' | ||
| title_date: '2025-10-06' | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.