Percona XtraDB Cluster 8.0.27-18.1¶
Date: April 11, 2022
Percona XtraDB Cluster (PXC) supports critical business applications in your public, private, or hybrid cloud environment. Our free, open source, enterprise-grade solution includes the high availability and security features your business requires to meet your customer expectations and business goals.
Release Highlights¶
The following lists a number of the bug fixes for MySQL 8.0.27, provided by Oracle, and included in Percona Server for MySQL:
-
The
default_authentication_plugin
is deprecated. Support for this plugin may be removed in future versions. Use theauthentication_policy
variable. -
The
binary
operator is deprecated. Support for this operator may be removed in future versions. UseCAST(... AS BINARY)
. -
Fix for when a parent table initiates a cascading
SET NULL
operation on the child table, the virtual column can be set to NULL instead of the value derived from the parent table.
Find the full list of bug fixes and changes in the MySQL 8.0.27 Release Notes.
Bugs Fixed¶
-
PXC-3831: Allowed certified high-priority transactions to proceed without lock conflicts.
-
PXC-3766: Stopped every XtraBackup-based SST operation from executing the version-check procedure.
-
PXC-3704: Based the maximum writeset size on
repl.max_ws_size
when bothrepl.max_ws_size
andwsrep_max_ws_size
values are passed during startup.
Useful Links¶
-
To contribute to the documentation, review the Documentation Contribution Guide