Percona Distribution for MySQL 8.3.0 using Percona Server for MySQL (2024-04-16)¶
Percona Distribution for MySQL is the most stable, scalable, and secure open source MySQL distribution based on Percona Server for MySQL. Install Percona Distribution for MySQL.
This release is based on Percona Server for MySQL 8.3.0-1.
Release highlights¶
This release merges the MySQL 8.3 code base. Within this merge Percona introduces the following changes:
-
Percona updates the Binary Log UDFs to make them compatible with new tagged GTIDs (Global Transaction Identifiers).
-
PS-9044: Adds the following variables to MyRocks:
Changs the default values for the following variables:
-
rocksdb_compaction_sequential_deletesfrom 0 to 14999 -
rocksdb_compaction_sequential_deletes_count_sdfromOFFtoON -
rocksdb_compaction_sequential_deletes_windowfrom 0 to 15000 -
rocksdb_force_flush_memtable_nowfromONtoOFF -
rocksdb_large_prefixfromOFFtoON
Improvements and bug fixes introduced by Oracle for MySQL 8.3 and included in Percona Server for MySQL are the following:
-
Implements tagged GTIDs (Global Transaction Identifiers) to group related transactions. This helps enhance replication management and simplify tracking transaction dependencies.
-
Adds the
explain_json_format_versionserver system variable. This variable allows selection between two JSON output formats forEXPLAIN FORMAT=JSONstatements. Version 1, the default, offers the linear format used in prior versions. Version 2 provides an access path-based format, ensuring better future MySQL Optimizer compatibility.
Deprecation or removal¶
A future release may remove deprecated features, variables and options. The usage of these deprecated items may cause a warning. We recommend migrating from deprecated variables and options as soon as possible.
This release deprecates the following option:
- The
rocksdb_large_prefixis deprecated.
This release removes the following features, variables and options:
-
The
FLUSH HOSTSstatement was deprecated in MySQL 8.0.23 and has been removed. To clear the host cache, useTRUNCATE TABLE performance_schema.host_cacheormysqladmin flush-hosts. -
The
--skip-host-cacheserver option has been removed. Start the server with the--host-cache-size=0option instead. -
The
--character-set-client-handshakeand--old-style-user-limitsserver options. -
The usage of writesets for conflict checks when the row-based logging is in effect is restricted. If
binlog_transaction_dependency_trackingis set toWRITESETorWRITESET_SESSION, thebinlog_formatmust beROW. TheMIXEDvalue is no longer supported. -
The Multi-threaded LRU flusher feature is no longer supported.
-
The
innodb_parallel_doublewrite_pathandinnodb_parallel_dblwr_encryptserver options were deprecated in Percona Server 8.0.23 and have had no effect since that time. These options have now been removed.
Review the MySQL 8.3 Release Notes for detailed information and explore the new features!
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-12 | The replication topology manager for Percona Server for MySQL |
| ProxySQL | 2.5.5-1.2 | A high performance, high-availability, protocol-aware proxy for MySQL |
| Percona XtraBackup | 8.3.0 | An open-source hot backup utility for MySQL-based servers |
| Percona Toolkit | 3.5.7 | The set of scripts to simplify and optimize database operation |
| MySQL Shell | 8.3.0 | An advanced client and code editor for MySQL Server |
| MySQL Router | 8.3.0 | Lightweight middleware that provides transparent routing between your application and back-end MySQL servers |
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.