Skip to content

Commit 241e3bf

Browse files
PS-10043 [Doc] Release notes for - PS 8.0.43-34 (#559)
* PS-10043 Release notes for - PS 8.0.43-34 new file: docs/release-notes/8.0.43-34.md modified: docs/release-notes/release-notes_index.md modified: docs/templates/pdf_cover_page.tpl modified: mkdocs-base.yml * PS-10043 [Doc] Release notes for - PS 8.0.43-34 modified: docs/release-notes/8.0.43-34.md modified: docs/release-notes/release-notes_index.md modified: docs/templates/pdf_cover_page.tpl modified: variables.yml
1 parent 49f72ce commit 241e3bf

File tree

6 files changed

+68
-6
lines changed

6 files changed

+68
-6
lines changed

docs/quickstart-dnf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,5 +546,5 @@ $ sudo mysql_secure_installation
546546
547547
548548
549-
[Percona Monitoring and Management]: https://docs.percona.com/percona-monitoring-and-management
549+
[Percona Monitoring and Management]: https://docs.percona.com/percona-monitoring-and-management/3/
550550
[Percona repositories]: percona-release.md

docs/release-notes/8.0.43-34.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Percona Server for MySQL 8.0.43-34 (2025-08-28)
2+
3+
Get started with [Quickstart Guide for Percona Server for MySQL](../quickstart-overview.md).
4+
5+
[Percona Server for MySQL 8.0.43-34](https://www.percona.com/mysql/software) includes all the features and bug fixes available in the [MySQL 8.0.43 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-43.html) and enterprise-grade features developed by Percona.
6+
7+
## Release highlights
8+
9+
### Percona Server for MySQL 8.0.43-34
10+
11+
Implements Link-Time Optimization (LTO) to generate more optimized release binaries, resulting in improved performance for specific workloads.
12+
13+
### MySQL 8.0.43
14+
15+
Improvements and bug fixes provided by Oracle for MySQL 8.0.43 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.0.43 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-43.html).
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+
## Build & packaging notes
44+
45+
* The official packages were built with the `WITH_LTO=ON` flag to enable the Link-Time Optimization (LTO) feature.
46+
47+
## Useful links
48+
49+
Install [Percona Server for MySQL 8.0](https://docs.percona.com/percona-server/8.0/installation.html)
50+
51+
Upgrade [Percona Server for MySQL from 5.7 to 8.0](../upgrade.md)
52+
53+
The [Percona Server for MySQL GitHub repository](https://github.com/percona/percona-server)
54+
55+
Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads)
56+
57+
[Contribute to the documentation](https://github.com/percona/psmysql-docs/blob/8.0/contributing.md)
58+
59+
For [training](https://www.percona.com/training), contact [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 8.0 release notes index
22

3+
* [Percona Server for MySQL 8.0.43-34 (2025-08-28)](8.0.43-34.md)
4+
35
* [Percona Server for MySQL 8.0.42-33 (2025-05-19)](8.0.42-33.md)
46

57
* [Percona Server for MySQL 8.0.41-32 (2025-02-26)](8.0.41-32.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.0.42-33 (May 19, 2025)</h2>
10+
<h2>8.0.43-34 (August 28, 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
@@ -171,6 +171,7 @@ nav:
171171
- get-help.md
172172
- Release notes:
173173
- Release notes index: release-notes/release-notes_index.md
174+
- release-notes/8.0.43-34.md
174175
- release-notes/8.0.42-33.md
175176
- release-notes/8.0.41-32.md
176177
- release-notes/8.0.40-31.md

variables.yml

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

3-
release: '8.0.42-33'
3+
release: '8.0.43-34'
44
version: '8.0'
5-
release_date: '2025-05-19'
6-
title_date: '2025-05-19'
7-
pro_release: '8.0.42-33'
5+
release_date: '2025-08-28'
6+
title_date: '2025-08-28'
7+
pro_release: '8.0.43-34'
88
tag: '8.0.40'
99
arm_tag: '8.0.40-aarch64'
1010
year_tag: '2025'

0 commit comments

Comments
 (0)