Percona Server for MySQL 8.0.28-20 (2022-06-20)¶
Percona Server for MySQL 8.0.28-20 includes all the features and bug fixes available in the MySQL 8.0.28 Community Edition in addition to enterprise-grade features developed by Percona.
Percona Server for MySQL is a free, fully compatible, enhanced, and open source drop-in replacement for any MySQL database. It provides superior performance, scalability, and instrumentation.
Percona Server for MySQL is trusted by thousands of enterprises to provide better performance and concurrency for their most demanding workloads. It delivers more value to MySQL server users with optimized performance, greater performance scalability and availability, enhanced backups, and increased visibility. Commercial support contracts are available.
Release highlights¶
New features and improvements introduced in Percona Server for MySQL 8.0.28-20:
-
Percona Server for MySQL implements encryption functions and variables to manage the encryption range. The functions may take an algorithm argument. Encryption converts plaintext into ciphertext using a key and an encryption algorithm. You can also use the user-defined functions with the PEM format keys generated externally by the OpenSSL utility.
-
Percona Server for MySQL adds support for the Amazon Key Management Service (AWS KMS) component.
-
ZenFS file system plugin for RocksDB is updated to version 2.1.0.
-
Memory leak and error detectors (Valgrind or AddressSanitizer) provide detailed stack traces from dynamic libraries (plugins and components). The detailed stack traces make it easier to identify and fix the issues.
Other improvements and bug fixes introduced by Oracle for MySQL 8.0.28 and included in Percona Server for MySQL are the following:
-
The
ASCII
shortcut forCHARACTER SET latin1
andUNICODE
shortcut forCHARACTER SET ucs2
are deprecated and raise a warning to useCHARACTER SET
instead. The shortcuts will be removed in a future version. -
A stored function and a loadable function with the same name can share the same namespace. Add the schema name when invoking a stored function in the shared namespace. The server generates a warning when function names collide.
-
InnoDB supports
ALTER TABLE ... RENAME COLUMN
operations when usingALGORITHM=INSTANT
. -
The limit for
innodb_open_files
now includes temporary tablespace files. The temporary tablespace files were not counted in theinnodb_open_files
in previous versions.
Find the full list of bug fixes and changes in the MySQL 8.0.28 Release Notes.
New features¶
-
PS-7044: Implements support for encryption user-defined functions (UDFs) for OpenSSL.
-
PS-7672: Implements support for the Amazon Key Management Service component in Percona Server for MySQL.
-
PS-7748: Implements the ability to log error messages to a memory buffer.
Improvements¶
-
PS-8103: Memory leak and error detectors (Valgrind or AddressSanitizer) provide detailed stack traces from dynamic libraries (plugins and components). The detailed stack traces make it easier to identify and fix the issues.
-
ZenFS file system plugin for RocksDB is updated to version 2.1.0.
Bugs fixed¶
-
PS-6029: Data masking
gen_rnd_us_phone()
function had a different format compared to MySQL upstream version. -
PS-8136:
LOCK TABLES FOR BACKUP
did not prevent InnoDB key rotation. Due to this behavior, Percona Xtrabackup couldn’t fetch the key in case the key was rotated after starting the backup. -
PS-8143: Fixed the memory leak in
File_query_log::set_rotated_name()
. -
PS-7894: When a query to the MyRocks table was interrupted due to the
MAX_EXECUTION time
option, an incorrect error message was received. (Thanks to user hagrid-the-developer for reporting this issue.) -
PS-8158: There was access to possibly not initialized memory. (Thanks to Rinat Ibragimov for reporting this issue.)
-
PS-5008: Fixed the memory leak in
sync_latch_meta_init()
after mysqld shutdown. -
zenfs utility failed when a user tried to restore a single file into a specified ZenFS path.
-
RocksDB in ZenFS mode ignored OPTIONS-
files after the restart. -
RocksDB in ZenFS mode always created PersistentCache on the POSIX file system instead of creating it on ZenFS.
Useful links¶
-
To contribute to the documentation, review the Documentation Contribution Guide
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.