Percona Distribution for MySQL 8.0.42 using Percona XtraDB Cluster (2025-06-16)¶
Percona Distribution for MySQL is more than just a version of MySQL; it is a comprehensive solution that combines Percona Server for MySQL with additional tools to create a cohesive environment. This distribution is reliable, scalable, and secure, ensuring that all components have been tested to work seamlessly together. You can choose from two download options: one that uses Percona Server for MySQL and another that utilizes Percona XtraDB Cluster. Refer to Install Percona Distribution for MySQL.
This release is focused on the Percona XtraDB Cluster-based deployment variation. It is based on Percona XtraDB Cluster 8.0.42-33.
Release highlights¶
Percona XtraDB Cluster is based on Percona Server for MySQL. Find a complete list of improvements and bug fixes in the Percona Server for MySQL 8.0.42-33 (2025-05-19) release notes.
Percona XtraDB Cluster 8.0.42-33¶
Improves State Snapshot Transfer (SST) failure diagnostics. garbd
now uses distinct exit codes to differentiate between donor exit, SST script failure, and garbd-initiated termination, making SST issues easier to identify and debug.
Percona Server for MySQL 8.0.42-33¶
-
Improves the
audit_log_filter_set_user()
UDF to accept account names with wildcard characters ('%'
and'_'
) in the host part. For example, you can use‘usr1@%'
,‘usr2%192.168.0.%’
, or'usr3@%.mycorp.com'
. -
Updates the C++ level of the KMPI library to enhance error handling capabilities.
-
Improves optimizer behavior by restoring correct handling of const tables in
test_quick_select()
. A MySQL Upstream refactor (commit 9a13c1c) removed theQEP_TAB
dependency, causingget_quick_record_count()
to no longer pass const table information. This could lead to suboptimal range scan boundaries. The applied patch resolves the issue by explicitly passingconst_tables
totest_quick_select()
, ensuring consistent behavior with the pre-refactor logic.
The latest MyRocks storage engine incorporates code based on RocksDB version 9.3.1. Percona has applied minor modifications to the original RocksDB codebase. Check the list of modifications at https://github.com/percona/rocksdb/.
This release adds the following changes to the list of MyRocks variables.
Adds new MyRocks variables
--rocksdb_bulk_load_compression_parallel_threads
--rocksdb_bulk_load_enable_unique_key_check
--rocksdb_debug_skip_bloom_filter_check_on_iterator_bounds
--rocksdb_enable_udt_in_mem
--rocksdb_invalid_create_option_action
--rocksdb_io_error_action
--rocksdb_table_stats_skip_system_cf
--rocksdb_use_io_uring
--rocksdb_enable_instant_ddl
--rocksdb_enable_instant_ddl_for_append_column
--rocksdb_enable_instant_ddl_for_column_default_changes
--rocksdb_enable_instant_ddl_for_drop_index_changes
--rocksdb_enable_instant_ddl_for_table_comment_changes
--rocksdb-bulk-load-compression-parallel-threads
--rocksdb-bulk-load-enable-unique-key-check
--rocksdb-debug-skip-bloom-filter-check-on-iterator-bounds
Changes default values of MyRocks variables
-
--rocksdb_disable_instant_ddl
- the default value is changed fromON
toOFF
. -
--rocksdb_file_checksums
- the data type is changed fromBoolean
toENUM
. Also, the default value is changed fromOFF
toCHECKSUMS_OFF
. -
--rocksdb_compaction_readahead_size
- the default value is changed from0
(zero) to2097152
.
Deprecates MyRocks variable
--rocksdb_disable_instant_ddl
- this variable is being deprecated and is expected to be removed in a future release.
Removes MyRocks variables
--rocksdb-access-hint-on-compaction-start
--rocksdb_large_prefix
--rocksdb_strict_collation_check
--rocksdb_strict_collation_exceptions
MySQL 8.0.42¶
Improvements and bug fixes provided by Oracle for MySQL 8.0.42 and included in Percona Server for MySQL are the following:
-
Fixed an issue where
CHECK TABLE
sometimes incorrectly reported that spatial indexes were corrupted. (Bug #37286473) -
Fixed an issue in InnoDB redo log recovery to improve data safety after a crash. (Bug #37061960)
-
Fixed an issue where reading
index_id
values could lead to incorrect behavior with indexes. (Bug #36993445, Bug #37709706) -
Fixed a bug related to the
lower_case_table_names
setting that caused inconsistent behavior with table names on different systems. (Bug #32288105) -
Fixed a bug where
mysqldump
did not properly escape certain special characters in its output. (Bug #37540722, Bug #37709163) -
The
fprintf_string()
function inmysqldump
did not use the correct quote character for escaping strings. (Bug #37607195)
Find the complete list of bug fixes and changes in the MySQL 8.0.42 Release Notes.
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 XtraDB Cluster-based variation of the Percona Distribution for MySQL:
Component | Version | Description |
---|---|---|
Percona XtraBackup | 8.0.35-33 | An open-source hot backup utility for MySQL-based servers that doesn’t lock your database during the backup. |
HAProxy | 2.8.15 | A high-availability and load-balancing solution for Percona XtraDB Cluster. This is a default proxy. |
ProxySQL | 2.7.3 | A high performance, high-availability, protocol-aware proxy for MySQL. |
Percona Toolkit | 3.7.0-2 | The set of scripts to simplify and optimize database operation. |
relication_manager.sh | 1.0 | A tool to manage multi-source replication between multiple Percona XtraDB Cluster clusters. |