Skip to content

Commit 444a7fe

Browse files
DISTMYSQL-491 [DOC] Release notes for PDPS 8.4.3 (#185)
new file: docs/release-notes-ps-8.4.3.md modified: docs/release-notes.md modified: mkdocs-base.yml modified: variables.yml
1 parent daf2522 commit 444a7fe

File tree

4 files changed

+50
-5
lines changed

4 files changed

+50
-5
lines changed

Diff for: docs/release-notes-ps-8.4.3.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Percona Distribution for MySQL 8.4.3 using Percona Server for MySQL (2024-12-18)
2+
3+
Percona Distribution for MySQL is the most stable, scalable, and secure open source MySQL distribution, with two download options: one based on Percona Server for MySQL and one based on Percona XtraDB Cluster. [Install Percona Distribution for MySQL](installing.md).
4+
5+
This release is based on [Percona Server for MySQL 8.4.3-3](https://www.percona.com/doc/percona-server/8.4/release-notes/8.4.3-3.html) that includes all the features and bug fixes available in the [MySQL 8.4.3 Community Edition](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-1.html) and enterprise-grade features developed by Percona.
6+
7+
## Release highlights
8+
9+
Improvements and bug fixes introduced by Oracle for MySQL 8.4.3 and included in Percona Server for MySQL are the following:
10+
11+
* The query `SELECT * FROM sys.innodb_lock_waits;` now fetches only two locks per wait, instead of scanning all locks twice, improving performance under heavy load. Additionally, primary keys have been added to `DATA_LOCKS` and `DATA_LOCK_WAITS`. (Bug #100537, Bug #31763497)
12+
13+
* Changes in MySQL 8.0.33 caused performance degradation for queries using joins on `InnoDB` tables due to refactoring of functions that were previously inline.
14+
15+
* The server crashed when it tried to update columns altered with `NULL` as the default value using the `INSTANT` algorithm.
16+
17+
* The server could crash during `DELETE` or `UPDATE` operations if a column was dropped using the `INSTANT` algorithm.
18+
19+
* Importing a table created under a different `sql_mode` sometimes led to schema mismatches, risking data corruption in secondary indexes. The fix now includes integrity checks on the imported tablespace.
20+
21+
* Rebuilding tables with secondary indexes required more file `I/O` operations compared to MySQL 8.0.26, which slowed down query performance.
22+
23+
Find the complete list of bug fixes and changes in the [MySQL 8.4.3 release notes](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html).
24+
25+
## Known issues
26+
27+
* This release does not include the Percona Toolkit component. We will add it once a Percona Toolkit version compatible with MySQL 8.4 becomes available.
28+
29+
* ProxySQL contains counters that have not been updated to use the new terminology. Unexpected results may occur. In an 8.4.x environment, the binlog reader errors out during initialization due to the use of old terminology, such as the SHOW MASTER STATUS command.
30+
31+
## Supplied components
32+
33+
Review each component’s release notes for What’s new, improvements, or bug fixes. The following is a list of the components supplied with the Percona Server for MySQL-based variation of the Percona Distribution for MySQL.
34+
35+
| Component | Version | Description |
36+
| ------------------- | --------- | -------------------------------------------|
37+
| Orchestrator | [3.2.6-15](https://github.com/percona/orchestrator/releases/tag/v3.2.6-15) | The replication topology manager for Percona Server for MySQL|
38+
| ProxySQL | [2.7.1-1](https://docs.percona.com/proxysql/2.7.1-1.html) | A high performance, high-availability, protocol-aware proxy for MySQL|
39+
| Percona XtraBackup | [8.4.0-1](https://docs.percona.com/percona-xtrabackup/8.4/release-notes/8.4.0-1.html)| An open-source hot backup utility for MySQL-based servers|
40+
| MySQL Shell | [8.4.3](https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-3.html) | An advanced client and code editor for MySQL Server|
41+
| MySQL Router | [8.4.3](https://dev.mysql.com/doc/relnotes/mysql-router/8.4/en/news-8-4-3.html) | Lightweight middleware that provides transparent routing between your application and back-end MySQL servers|

Diff for: docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Percona Distribution for MySQL using Percona Server for MySQL
44

5+
* [Percona Distribution for MySQL using Percona Server for MySQL 8.4.3 (2024-12-18)](release-notes-ps-8.4.3.md)
6+
57
* [Percona Distribution for MySQL using Percona Server for MySQL 8.4.2 (2024-11-07)](release-notes-ps-8.4.2.md)
68

79
* [Percona Distribution for MySQL using Percona Server for MySQL 8.4.1](release-notes-ps-8.4.1.md)

Diff for: mkdocs-base.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ plugins:
125125
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
126126
output_path: '_pdf/PerconaDistributionforMySQL.pdf'
127127
cover_title: 'Percona Distribution for MySQL Documentation'
128-
cover_subtitle: 8.4.2 (2024-12-11)
128+
cover_subtitle: 8.4.3 (2024-12-18)
129129
author: 'Percona Technical Documentation Team'
130130
cover_logo: docs/_images/Percona_Logo_Color.png
131131
debug_html: false
@@ -149,6 +149,7 @@ nav:
149149
- Release notes:
150150
- Release notes index: release-notes.md
151151
- Percona Distribution for MySQL using Percona Server for MySQL:
152+
- release-notes-ps-8.4.3.md
152153
- release-notes-ps-8.4.2.md
153154
- release-notes-ps-8.4.1.md
154155
- release-notes-ps-8.4.md

Diff for: variables.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
release: '8.4.2'
44
version: '8.4'
5-
psvers: '8.4.2-2'
5+
psvers: '8.4.3-3'
66
vers: '8.4'
77
majorpkg: 'pdps-8.4'
8-
minorpkg: 'pdps-8.4.2'
8+
minorpkg: 'pdps-8.4.3'
99
majorpkgpxc: 'pdpxc-8.4'
1010
minorpkgpxc: 'pdpxc-8.4.2'
11-
release_date: '2024-12-11'
12-
title_date: '2024-12-11'
11+
release_date: '2024-12-18'
12+
title_date: '2024-12-18'
13+
1314

1415

1516

0 commit comments

Comments
 (0)