Percona Server for MySQL 8.4.11-11 has been released
Percona Server for MySQL 8.4.11-11 has been released on Thursday, August 20, 2026.
Try it out using the Quickstart guide.
Percona Server for MySQL 8.4.11-11
Percona Server for MySQL 8.4.11-11 introduces the following new features and improvements:
-
Adds OpenID Connect (OIDC) authentication and authorization. Users can authenticate with Identity tokens issued by external Identity Providers (IDPs) instead of MySQL passwords. The OIDC plugin supports multiple IDPs, maps IDP groups to MySQL roles, supports proxy users based on group membership, and refreshes JSON Web Key Set (JWKS) signing keys at runtime. Find more information in OpenID Connect authentication and in Get started with OpenID Connect authentication.
-
Improves InnoDB performance for workloads limited by Least Recently Used (LRU) flush speed. The improvements reduce LRU list mutex contention, restore dedicated LRU manager threads, optimize LRU scanning, and allow single-page flushing to proceed while an LRU batch flush is running.
-
Improves InnoDB buffer pool initialization on NUMA-enabled systems by using multi-threaded memory allocation. The improvement reduces initialization time and can shorten server startup for instances with large buffer pools.
-
Improves InnoDB performance for highly concurrent range-select workloads by reducing
BUF_BLOCK_MUTEXcontention when multiple threads access the same buffer pool page. The improvement increases throughput for read workloads that repeatedly access the same hot pages. -
Adds timestamps to the Group Communication System (GCS) debug trace file. The timestamps make large trace files easier to analyze and help correlate Group Replication communication events with other server activity.
MySQL 8.4.11
Improvements and bug fixes introduced by Oracle for MySQL 8.4.11 and included in Percona Server for MySQL are the following:
-
Fixed an issue that could cause an InnoDB deadlock during
B-treepage merges while concurrent searches were running. (Bug #39129182) -
Fixed an issue where stricter InnoDB row-size validation could reject or generate warnings for table definitions accepted by earlier MySQL LTS releases. (Bug #120323, Bug #39249507)
-
Fixed an issue that could produce incorrect values when adding an
AUTO_INCREMENTcolumn to an existing InnoDB table. (Bug #115136, Bug #37105825) -
Fixed an issue that could return incorrect results when a scalar subquery and its outer query referenced the same Common Table Expression (CTE). (Bug #120403, Bug #39321676)
-
Fixed an issue that could cause some
LEFT JOINqueries with OR conditions to perform full table scans instead of index range scans. (Bug #113288, Bug #36061036) -
Fixed an issue that could prevent the server from starting on Oracle Linux 9 or Red Hat Enterprise Linux 9 when
innodb_redo_log_encrypt=ONwas configured. (Bug #39181231) -
Fixed an issue that caused memory leaks in the
statement_digest()andstatement_digest_text()functions. (Bug #104115, Bug #33073320)
Find the complete list of bug fixes and changes in the MySQL 8.4.11 release notes .
Learn more in Percona Server for MySQL 8.4.11-11 release notes.