Percona Server for MySQL 8.0.41-32 (2025-02-)¶
Get started with Quickstart Guide for Percona Server for MySQL.
Percona Server for MySQL 8.0.41-32 includes all the features and bug fixes available in the MySQL 8.0.41 Community Edition and enterprise-grade features developed by Percona.
Release highlights¶
Percona Server for MySQL 8.0.41-32¶
-
Extends the Encryption user-defined functions with the following:
-
Support for
pkcs1
,oaep
, orno
padding for RSA encrypt and decrypt operations -
Support for
pkcs1
orpkcs1_pss
padding for RSA sign and verify operations -
encryption_udf.legacy_padding_scheme
system variable to manage legacy padding schemes -
Character set awareness
-
-
Improves the Data masking performance by introducing an internal term cache. The new cache speeds up lookups for
gen_blocklist()
andgen_dictionary()
functions by storing dictionary data in memory. However, if the dictionary table is modified directly (outside of the proper functions), the cache may become out of sync. To fix this, use thenew masking_dictionaries_flush()
function.Changes also affect row-based replication: dictionary changes on the source server are replicated, but the term cache on the replica doesn’t update immediately. To address this, a new system setting,
component_masking_functions.dictionaries_flush_interval_seconds()
, can be set to automatically refresh the cache at specified intervals, helping replicas stay in sync.Find more detailed information in the Data masking overview and in the Data masking component functions.
MySQL 8.0.41¶
Improvements and bug fixes provided by Oracle for MySQL 8.0.41 and included in Percona Server for MySQL are the following:
-
Fixed an assertion in debug builds where certain IO buffer serializations caused system hangs. (Bug #37139618)
-
Resolved a failure when dropping the primary key and adding a new
AUTO_INCREMENT
column as the primary key in descending order using theINPLACE
algorithm resulted in failure. (Bug #36658450) -
Fixed incorrect results, including missing rows, in queries that used a descending primary key with the
index_merge
optimization. (Bug #106207, Bug #33767814) -
Addressed a replication channel issue where MySQL failed to stop the channel properly when large transactions were being processed, and
STOP REPLICA
was requested. This issue also prevented graceful server shutdown, requiring process termination or system restart. (Bug #115966, Bug #37008345)
Find the complete list of bug fixes and changes in the MySQL 8.0.41 Release Notes.
Improvements¶
-
PS-8389: Extends the Encryption user-defined functions to incorporate the new and modified asymmetric key functionality introduced by Oracle in MySQL 8.0.30 Enterprise Encryption Component Function Descriptions.
-
PS-9148: Extends the Data masking with new additions from MySQL 8.3.0 Enterprise Data Masking and De-Identification Component Variables.
Bug Fixes¶
-
PS-9391: The replication broke with the error
HA_ERR_KEY_NOT_FOUND
when theslave_rows_search_algorithms
were set toINDEX_SCAN,HASH_SCAN
. -
PS-9416: The error messages from the Key Management Interoperability Protocol (KMIP) component were not descriptive.
-
PS-9537: When building a new component that used mysql_command_xxx services (such as
mysql_command_factory
,mysql_command_query
, etc.), it was impossible to reuse the same connection to run multiple queries. This issue was observed withSELECT
queries, but it may also apply toINSERT
,UPDATE
, andDELETE
operations. -
PS-9542: Added Clang-19 to Azure pipelines, and fixed the clang-19 compilation issues.
-
PS-9551: When building a new component that used mysql_command_xxx services (such as
mysql_command_factory
,mysql_command_query
, etc.), a server exit was encountered when setting theMYSQL_COMMAND_LOCAL_THD_HANDLE
option. -
PS-9611: An assertion failure occurred during server shutdown:
!is_set() || m_can_overwrite_status
. -
PS-9612: Percona Server build failed if more than 128 threads were available. Percona merged the fix form MariaDB.
Useful links¶
Install Percona Server for MySQL 8.0
Upgrade Percona Server for MySQL from 5.7 to 8.0
The Percona Server for MySQL GitHub repository
Download product binaries, packages, and tarballs at Percona Product Downloads
Contribute to the documentation
For training, contact Percona Training - Start learning now