Skip to content

Commit 183816d

Browse files
committed
PXC-4829 [DOCS] Release notes for PXC-8.0.45-36
modified: docs/copyright-and-licensing-information.md new file: docs/release-notes/8.0.45-36.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 e621706 commit 183816d

File tree

6 files changed

+43
-5
lines changed

6 files changed

+43
-5
lines changed

docs/copyright-and-licensing-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Documentation licensing
44

5-
Percona XtraDB Cluster documentation is (C)2009-2025 Percona LLC and/or its affiliates and is distributed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
5+
Percona XtraDB Cluster documentation is (C)2009-2026 Percona LLC and/or its affiliates and is distributed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

docs/release-notes/8.0.45-36.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Percona XtraDB Cluster 8.0.45-36 (2026-02-26)
2+
3+
[Get started with Quickstart Guide for Percona XtraDB Cluster.](../quickstart-overview.md)
4+
5+
Percona XtraDB Cluster is based on Percona Server for MySQL. Percona XtraDB Cluster 8.0.45-36 includes all the features and bug fixes available in Percona Server for MySQL 8.0.45-36. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.0.45-36 (2026-02-26) release notes](https://docs.percona.com/percona-server/8.0/release-notes/8.0.45-36.html).
6+
7+
### MySQL 8.0.45
8+
9+
Improvements and bug fixes provided by Oracle for MySQL 8.0.45 and included in Percona Server for MySQL are documented in the [MySQL 8.0.45 Release Notes](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-45.html).
10+
11+
## Bug fixes
12+
13+
* [PXC-3583](https://perconadev.atlassian.net/browse/PXC-3583): Fixed an issue where the `validate-config` tool incorrectly reported that `ssl-ca`, `ssl-cert`, and `ssl-key` must all be defined to use encrypted traffic.
14+
15+
* [PXC-4765](https://perconadev.atlassian.net/browse/PXC-4765): Fixed an issue where creating a trigger with a definer caused an inconsistency error and disconnected the node from the cluster.
16+
17+
* [PXC-4802](https://perconadev.atlassian.net/browse/PXC-4802): Fixed a misleading "Initiating SST cancellation" log message that was printed during fatal signal handling.
18+
19+
* [PXC-4814](https://perconadev.atlassian.net/browse/PXC-4814): Fixed an issue where `OPTIMIZE TABLE` failed when `wsrep_OSU_method` was set to RSU (Rolling Schema Update), due to case-sensitive writes to the binary log with `error_code=0`.
20+
21+
* [PXC-4823](https://perconadev.atlassian.net/browse/PXC-4823): Fixed an issue where an asynchronous Percona XtraDB Cluster replica stalled when replicating `OPTIMIZE TABLE`.
22+
23+
* [PXC-4845](https://perconadev.atlassian.net/browse/PXC-4845): Fixed an issue where a node remained up and running after an Incremental State Transfer (IST) failure, which could cause other nodes in the cluster to become unresponsive.
24+
25+
## Additional resources
26+
27+
Download product binaries, packages, and tarballs at [Percona Product Downloads](https://www.percona.com/downloads)
28+
29+
[Install Percona XtraDB Cluster](../install-index.md)
30+
31+
The [Percona XtraDB Cluster GitHub repository](https://github.com/percona/percona-xtradb-cluster)
32+
33+
[Contribute to the documentation](https://github.com/percona/pxc-docs/blob/8.0/contributing.md)
34+
35+
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 XtraDB Cluster 8.0 release notes index
22

3+
* [Percona XtraDB Cluster 8.0.45-36 (2026-02-26)](8.0.45-36.md)
4+
35
* [Percona XtraDB Cluster 8.0.44-35 (2025-12-10)](8.0.44-35.md)
46

57
* [Percona XtraDB Cluster 8.0.43-34 (2025-09-22)](8.0.43-34.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.44-35 (December 10, 2025)</h2>
10+
<h2>8.0.44-35 (February 26, 2026)</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
@@ -169,6 +169,7 @@ nav:
169169
- get-help.md
170170
- Release notes:
171171
- Release notes index: release-notes/release-notes_index.md
172+
- release-notes/8.0.45-36.md
172173
- release-notes/8.0.44-35.md
173174
- release-notes/8.0.43-34.md
174175
- release-notes/8.0.42-33.md

variables.yml

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

3-
release: '8.0.44-35'
3+
release: '8.0.45-36'
44
version: '8.0'
5-
release_date: '2025-12-10'
6-
title_date: '2025-12-10'
5+
release_date: '2026-02-26'
6+
title_date: '2026-02-26'

0 commit comments

Comments
 (0)