Skip to content

Commit 7261f48

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 7261f48

File tree

5 files changed

+63
-4
lines changed

5 files changed

+63
-4
lines changed

docs/release-notes/8.4.6-6.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Percona XtraDB Cluster 8.4.6-6 (2025-09-)
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+
Improves State Snapshot Transfer (SST) by retrying Incremental State Transfer (IST) when initial SST attempts fail before any data changes, preventing unnecessary full data transfers.
12+
13+
### Percona Server for MySQL 8.4.6-6
14+
15+
Implements Link-Time Optimization (LTO) to generate more optimized release binaries, resulting in improved performance for specific workloads.
16+
17+
### MySQL 8.4.6
18+
19+
Bug fixes introduced by Oracle for MySQL 8.4.6 and included in Percona Server for MySQL are the following:
20+
21+
* Fixed an issue where rebuilding a primary key with duplicate entries could cause the server to stop unexpectedly. (Bug #37822992)
22+
23+
* Fixed an issue related to dropping columns that were part of an index. (Bug #37726881)
24+
25+
* Fixed an issue with indexing spatial datatype columns. (Bug #36682518)
26+
27+
* 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)
28+
29+
Find the complete list of bug fixes and changes in the [MySQL 8.4.6 release notes].
30+
31+
## Build & packaging notes
32+
33+
* The official packages were built with the `WITH_LTO=ON` flag to enable the Link-Time Optimization (LTO) feature.
34+
35+
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).
36+
37+
## New features
38+
39+
* [PXC-4631](https://perconadev.atlassian.net/browse/PXC-4631): Improves State Snapshot Transfer (SST) by retrying Incremental State Transfer (IST) when initial SST attempts fail before any data changes, preventing unnecessary full data transfers.
40+
41+
## Bug fixes
42+
43+
* [PXC-4392](https://perconadev.atlassian.net/browse/PXC-4392): The default timeout logic for State Snapshot Transfer (SST) was insufficient and resulted in SST failures.
44+
45+
* [PXC-4644](https://perconadev.atlassian.net/browse/PXC-4644): Fixed an issue where adding a foreign key (FK) without sufficient privileges caused the executing node to fail with error 1216, and the replicating nodes to fail with error 1452.
46+
47+
## Useful links
48+
49+
* The [Percona XtraDB Cluster installation instructions](https://www.percona.com/doc/percona-xtradb-cluster/8.4/install/index.html)
50+
51+
* The [Percona XtraDB Cluster downloads](https://www.percona.com/downloads/Percona-XtraDB-Cluster-LATEST/#)
52+
53+
* The [Percona XtraDB Cluster GitHub location](https://github.com/percona/percona-xtradb-cluster)
54+
55+
* To contribute to the documentation, review the [Documentation Contribution Guide](https://github.com/percona/pxc-docs/blob/8.0/contributing.md)
56+

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-09-)](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 (September , 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-09-'
8+
title_date: '2025-09-'
99

0 commit comments

Comments
 (0)