Percona announces the release of Percona Server for MySQL 8.0.15-6 on May 7, 2019 (downloads are available here and from the Percona Software Repositories).
This release is based on MySQL 8.0.14 and 8.0.15. It includes all bug fixes in these releases. Percona Server for MySQL 8.0.15-6 is now the current GA release in the 8.0 series. All of Percona’s software is open-source and free.
Percona Server for MySQL 8.0 includes all the features available in MySQL 8.0 Community Edition in addition to enterprise-grade features developed by Percona. For a list of highlighted features from both MySQL 8.0 and Percona Server for MySQL 8.0, please see the GA release announcement.
New Features:
rocksdb_disable_file_deletions and rocksdb_create_temporary_checkpoint session variables. These variables are intended to be used by backup tools. Prolonged use or other misuse can have serious side effects to the server instance.
performance_schema.log_status table.
Audit_log_buffer_size_overflow status variable has been implemented to track when an Audit Log Plugin entry was either dropped or written directly to the file due to its size being bigger than audit_log_buffer_size variable.Bugs Fixed:
index_merge could lead to a server crash. Bugs fixed #5206, #5562.
encryption_key_id as a valid table option. Bug fixed #5482.
INFORMATION_SCHEMA.GLOBAL_TEMPORARY_TABLES queries could crash if online ALTER TABLE was running in parallel. Bug fixed #5566.
log_slow_verbosity and enabling the slow_query_log could lead to a server crash. Bug fixed #4933.
innodb-force-recovery. Bug fixed #5148.
BLOB entries in the binary log could become corrupted in case when a database with Blackhole tables served as an intermediate binary log server in a replication chain. Bug fixed #5353.
FLUSH CHANGED_PAGE_BITMAPS would leave gaps between the last written bitmap LSN and the InnoDB checkpoint LSN. Bug fixed #5446.
innodb_system tablespace information was missing from the INFORMATION_SCHEMA.innodb_tablespaces view. Bug fixed #5473.
INFORMATION_SCHEMA.innodb_tablespaces view. Bug fixed #5485 (upstream #94665).
innodb_temporary tablespace with the encryption flag. Bug fixed #5490.
innodb_encrypt_tables was set to 1. Bug fixed #5492.
INFORMATION_SCHEMA views were missing when datadir was upgraded from 8.0.13 to 8.0.15. Bug fixed #5529.
innodb_encrypt_tables variable accepted FORCE option only as a string. Bug fixed #5538.
ibd2sdi utility was missing from Debian/Ubuntu packages. Bug fixed #5549.
ALTER TABLE ADD INDEX could cause a semaphore wait > 600 assertion. Bug fixed #3410 (upstream #82940).
LOCK TABLES FOR BACKUP was blocking DML for RocksDB. Bug fixed #5583.Other bugs fixed: #5537, #5243, #5371, #5475, #5484, #5512, #5514, #5523, #5528, #5536, #5550, #5554, #5570, #5578, #5441, #5442, #5456, #5462, #5487, #5489, #5501, #5520, and #5560.
Note:
If you are upgrading from 5.7 to 8.0, please ensure that you read the upgrade guide and the document Changed in Percona Server for MySQL 8.0.
Find the release notes for Percona Server for MySQL 8.0.15-6 in our online documentation. Report bugs in the Jira bug tracker.
NOTE [2019-05-09]: Edit was made to add the missing bug fix descriptions.
Resources
RELATED POSTS