From 444a7fe2e981d3f2ae18856da057499311414eea Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Wed, 18 Dec 2024 15:26:47 +0100 Subject: [PATCH] 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 --- docs/release-notes-ps-8.4.3.md | 41 ++++++++++++++++++++++++++++++++++ docs/release-notes.md | 2 ++ mkdocs-base.yml | 3 ++- variables.yml | 9 ++++---- 4 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 docs/release-notes-ps-8.4.3.md diff --git a/docs/release-notes-ps-8.4.3.md b/docs/release-notes-ps-8.4.3.md new file mode 100644 index 0000000..1cb9fe6 --- /dev/null +++ b/docs/release-notes-ps-8.4.3.md @@ -0,0 +1,41 @@ +# Percona Distribution for MySQL 8.4.3 using Percona Server for MySQL (2024-12-18) + +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). + +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. + +## Release highlights + +Improvements and bug fixes introduced by Oracle for MySQL 8.4.3 and included in Percona Server for MySQL are the following: + +* 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) + +* 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. + +* The server crashed when it tried to update columns altered with `NULL` as the default value using the `INSTANT` algorithm. + +* The server could crash during `DELETE` or `UPDATE` operations if a column was dropped using the `INSTANT` algorithm. + +* 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. + +* Rebuilding tables with secondary indexes required more file `I/O` operations compared to MySQL 8.0.26, which slowed down query performance. + +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). + +## Known issues + +* 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. + +* 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. + +## Supplied components + +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. + +| Component | Version | Description | +| ------------------- | --------- | -------------------------------------------| +| 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| +| 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| +| 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| +| 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| +| 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 --git a/docs/release-notes.md b/docs/release-notes.md index 32bee9c..cc3f2cb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Percona Distribution for MySQL using Percona Server for MySQL +* [Percona Distribution for MySQL using Percona Server for MySQL 8.4.3 (2024-12-18)](release-notes-ps-8.4.3.md) + * [Percona Distribution for MySQL using Percona Server for MySQL 8.4.2 (2024-11-07)](release-notes-ps-8.4.2.md) * [Percona Distribution for MySQL using Percona Server for MySQL 8.4.1](release-notes-ps-8.4.1.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index a8e72db..c4b8a2c 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -125,7 +125,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaDistributionforMySQL.pdf' cover_title: 'Percona Distribution for MySQL Documentation' - cover_subtitle: 8.4.2 (2024-12-11) + cover_subtitle: 8.4.3 (2024-12-18) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -149,6 +149,7 @@ nav: - Release notes: - Release notes index: release-notes.md - Percona Distribution for MySQL using Percona Server for MySQL: + - release-notes-ps-8.4.3.md - release-notes-ps-8.4.2.md - release-notes-ps-8.4.1.md - release-notes-ps-8.4.md diff --git a/variables.yml b/variables.yml index ddb4d0e..abae1a5 100644 --- a/variables.yml +++ b/variables.yml @@ -2,14 +2,15 @@ release: '8.4.2' version: '8.4' -psvers: '8.4.2-2' +psvers: '8.4.3-3' vers: '8.4' majorpkg: 'pdps-8.4' -minorpkg: 'pdps-8.4.2' +minorpkg: 'pdps-8.4.3' majorpkgpxc: 'pdpxc-8.4' minorpkgpxc: 'pdpxc-8.4.2' -release_date: '2024-12-11' -title_date: '2024-12-11' +release_date: '2024-12-18' +title_date: '2024-12-18' +