Percona Server for MySQL 5.7.32-35 (2020-11-24)¶
- Installation Installing Percona Server for MySQL
Percona Server for MySQL 5.7.32-35 includes all the features and bug fixes available in MySQL 5.7.32 Community Edition in addition to enterprise-grade features developed by Percona.
New Features¶
- PS-7238: Backport Data Masking plugin to 5.7 (Thanks to user Surenda Kumar Gupta for reporting this issue)
Bugs Fixed¶
-
PS-7346: Correct the buffer calculation for the audit plugin used when large queries are executed(PS-5395).
-
PS-7232: Modify Multithreaded Replica to correct the exhausted slave_transaction_retries when replica has slave_preserve_commit_order enabled (Upstream #99440)
-
PS-7231: Modify Slave_transaction::retry_transaction() to call mysql_errno() only when thd->is_error() is true
-
PS-7304: Correct package to include coredumper.a as a dependency of libperconaserverclient20-dev (Thanks to user Martin for reporting this issue)
-
PS-7289: Restrict innodb encryption threads to 255 and add min/max values
-
PS-7270: Fix admin_port to accept non-proxied connections when proxy_protocol_networks=’*’