Skip to content

Commit c572986

Browse files
PS-10048 [Doc] Release notes for - PS 8.4.6-6 (#562)
* PS-10048 [Doc] Release notes for - PS 8.4.6-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 * Update 8.4.6-6.md
1 parent bff3caa commit c572986

File tree

5 files changed

+85
-7
lines changed

5 files changed

+85
-7
lines changed

docs/release-notes/8.4.6-6.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Percona Server for MySQL 8.4.6-6 (2025-09-08)
2+
3+
Get started with [Quickstart Guide for Percona Server for MySQL].
4+
5+
[Percona Server for MySQL 8.4.6-6] includes all the features and bug fixes available in the MySQL 8.4.6 Community Edition in addition to enterprise-grade features developed by Percona.
6+
7+
## Release highlights
8+
9+
### Percona Server for MySQL 8.4.6-6
10+
11+
Implements Link-Time Optimization (LTO) to generate more optimized release binaries, resulting in improved performance for specific workloads.
12+
13+
### MySQL 8.4.6
14+
15+
Improvements and bug fixes introduced by Oracle for MySQL 8.4.6 and included in Percona Server for MySQL are the following:
16+
17+
* Fixed an issue where rebuilding a primary key with duplicate entries could cause the server to stop unexpectedly. (Bug #37822992)
18+
19+
* Fixed an issue related to dropping columns that were part of an index. (Bug #37726881)
20+
21+
* Fixed an issue with indexing spatial datatype columns. (Bug #36682518)
22+
23+
* 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)
24+
25+
Find the complete list of bug fixes and changes in the [MySQL 8.4.6 release notes].
26+
27+
## Bug Fixes
28+
29+
* [PS-9159](https://perconadev.atlassian.net/browse/PS-9159): MySQL server exited when running `SELECT GLOBAL_TEMPORARY_TABLES` during an active Data Definition Language (DDL) operation.
30+
31+
* [PS-9666](https://perconadev.atlassian.net/browse/PS-9666): MyRocks exited when inserting into a table with `unique_checks=OFF` and Time to Live (TTL) enabled.
32+
33+
* [PS-9784](https://perconadev.atlassian.net/browse/PS-9784): Fix for `gcc-15` compilation issues.
34+
35+
* [PS-9823](https://perconadev.atlassian.net/browse/PS-9823): The `mysql_migrate_keyring` component didn't work with Percona Server components.
36+
37+
* [PS-9836](https://perconadev.atlassian.net/browse/PS-9836): Fix for performance regression when using `audit_log_filter` vs `audit_log` plugins.
38+
39+
* [PS-9861](https://perconadev.atlassian.net/browse/PS-9861): Fixed an issue preventing installation of the `audit_log_filter` plugin when the `component_keyring_kmip` plugin, which integrates with Fortanix Data Security Manager (DSM) via the Key Management Interoperability Protocol (KMIP), was enabled.
40+
41+
* [PS-9916](https://perconadev.atlassian.net/browse/PS-9916): Added logging of an ERROR message when a source server is stopped while waiting for acknowledgments (ACKs).
42+
43+
* [PS-9956](https://perconadev.atlassian.net/browse/PS-9956): Percona Server exited using Group Replication with the `audit_log_filter` component enabled.
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+
* Percona Server for MySQL 8.4.6.6 suports Red Hat Enterprise Linux 10.
50+
51+
## Additional resources
52+
53+
* Install [Percona Server for MySQL 8.4]
54+
55+
* The [Percona Server for MySQL GitHub repository]
56+
57+
* Download product binaries, packages, and tarballs at [Percona Software Downloads]
58+
59+
* [Contribute to the documentation]
60+
61+
* For [training], contact [Percona Training - Start learning now]
62+
63+
[Quickstart Guide for Percona Server for MySQL]: ../quickstart-overview.md
64+
[Percona Server for MySQL 8.4.6-6]: https://www.percona.com/software/mysql-database/percona-server
65+
66+
67+
[Percona Server for MySQL 8.4]: ../installation.md
68+
69+
[MySQL 8.4.6 release notes]: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
70+
71+
[Percona Server for MySQL GitHub repository]: https://github.com/percona/percona-server
72+
[Percona Software Downloads]: https://www.percona.com/downloads
73+
[Contribute to the documentation]: https://github.com/percona/psmysql-docs/blob/8.0/contributing.md
74+
[training]: https://www.percona.com/training
75+
[Percona Training - Start learning now]: https://learn.percona.com/contact-me

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 Server for MySQL {{vers}} release notes index
22

3+
* [Percona Server for MySQL 8.4.6-6 (2025-09-08)](8.4.6-6.md)
4+
35
* [Percona Server for MySQL 8.4.5-5 (2025-05-29)](8.4.5-5.md)
46

57
* [Percona Server for MySQL 8.4.4-4 (2025-03-18)](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 (May 29, 2025)</h2>
10+
<h2>8.4.6-6 (September 08, 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
@@ -190,6 +190,7 @@ nav:
190190
- get-help.md
191191
- Release notes:
192192
- Release notes index: release-notes/release-notes-index.md
193+
- release-notes/8.4.6-6.md
193194
- release-notes/8.4.5-5.md
194195
- release-notes/8.4.4-4.md
195196
- release-notes/8.4.3-3.md

variables.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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: 'ps-84-lts'
7-
pro_release: '8.4.5-5'
8-
tag: '8.4.5'
9-
arm_tag: '8.4.5-aarch64'
7+
pro_release: '8.4.6-6'
8+
tag: '8.4.6'
9+
arm_tag: '8.4.6-aarch64'
1010
year_tag: '2025'
11-
release_date: '2025-05-29'
12-
title_date: '2025-05-29'
11+
release_date: '2025-09-08'
12+
title_date: '2025-09-08'

0 commit comments

Comments
 (0)