Skip to content

Commit 73d89bc

Browse files
PXC-4742 [Doc] Release notes for - PXC 8.4.6
new file: docs/release-notes/8.4.6-6.md modified: docs/release-notes/release-notes_index.md modified: docs/templates/pdf_cover_page.tpl modified: mkdocs-base.yml modified: variables.yml
1 parent f32d8cc commit 73d89bc

File tree

5 files changed

+67
-4
lines changed

5 files changed

+67
-4
lines changed

docs/release-notes/8.4.6-6.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Percona XtraDB Cluster 8.4.6-6 (2025-10-06)
2+
3+
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.
4+
5+
## Release highlights
6+
7+
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).
8+
9+
### Percona XtraDB Cluster 8.4.6-6
10+
11+
Percona XtraDB Cluster now prevents a node from automatically attempting a State Snapshot Transfer (SST) after a failed Incremental State Transfer (IST).
12+
13+
### Percona XtraDB Cluster 8.4.6-6 Pro build
14+
15+
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.
16+
17+
### Percona Server for MySQL 8.4.6-6
18+
19+
Implements Link-Time Optimization (LTO) to generate more optimized release binaries, resulting in improved performance for specific workloads.
20+
21+
### MySQL 8.4.6
22+
23+
Bug fixes introduced by Oracle for MySQL 8.4.6 and included in Percona Server for MySQL are the following:
24+
25+
* Fixed an issue where rebuilding a primary key with duplicate entries could cause the server to stop unexpectedly. (Bug #37822992)
26+
27+
* Fixed an issue related to dropping columns that were part of an index. (Bug #37726881)
28+
29+
* Fixed an issue with indexing spatial datatype columns. (Bug #36682518)
30+
31+
* 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)
32+
33+
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).
34+
35+
## New features
36+
37+
* [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).
38+
39+
## Bug fixes
40+
41+
* [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.
42+
43+
* [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).
44+
45+
## Build & packaging notes
46+
47+
* The official packages were built with the `WITH_LTO=ON` flag to enable the Link-Time Optimization (LTO) feature.
48+
49+
* This release adds support for Red Hat Enterprise Linux 10.
50+
51+
## Useful links
52+
53+
* The [Percona XtraDB Cluster installation instructions](https://www.percona.com/doc/percona-xtradb-cluster/8.4/install/index.html)
54+
55+
* The [Percona XtraDB Cluster downloads](https://www.percona.com/downloads/Percona-XtraDB-Cluster-LATEST/#)
56+
57+
* The [Percona XtraDB Cluster GitHub location](https://github.com/percona/percona-xtradb-cluster)
58+
59+
* To contribute to the documentation, review the [Documentation Contribution Guide](https://github.com/percona/pxc-docs/blob/8.0/contributing.md)
60+

docs/release-notes/release-notes_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Percona XtraDB Cluster {{vers}} release notes index
22

3+
* [Percona XtraDB Cluster 8.4.6-6 (2025-10-06)](8.4.6-6.md)
4+
35
* [Percona XtraDB Cluster 8.4.5-5 (2025-07-14)](8.4.5-5.md)
46

57
* [Percona XtraDB Cluster 8.4.4-4 (2025-04-16)](8.4.4-4.md)

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>8.4.5-5 (July 14, 2025)</h2>
10+
<h2>8.4.6-6 (October 06, 2025)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->

mkdocs-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ nav:
170170
- get-help.md
171171
- Release notes:
172172
- Release notes index: release-notes/release-notes_index.md
173+
- release-notes/8.4.6-6.md
173174
- release-notes/8.4.5-5.md
174175
- release-notes/8.4.4-4.md
175176
- release-notes/8.4.3-3.md

variables.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# variables for HTML output
22

3-
release: '8.4.5-5'
3+
release: '8.4.6-6'
44
version: '8.4'
55
vers: '8.4' # we are going to use it instead of version
66
pkg: 'pxc-84-lts'
7-
release_date: '2025-07-14'
8-
title_date: '2025-07-14'
7+
release_date: '2025-10-06'
8+
title_date: '2025-10-06'
99

0 commit comments

Comments
 (0)