红联Linux门户
Linux帮助

Percona Server for MySQL 5.7.17-12发布

发布时间:2017-03-26 09:10:16来源:红联作者:baihuo
Percona Server for MySQL 5.7.17-12 发布了,Percona Server for MySQL 5.7.17-12 基于MySQL 5.7.17,包括其中的所有错误修复,该版本现在是 5.7系列中的稳定版本。更新内容如下:

新特性:

Percona Server has implemented new mysqldump --order-by-primary-desc option. This feature tells mysqldump to take the backup by descending primary key order (PRIMARY KEY DESC) which can be useful if storage engine is using reverse order column family for a primary key.

mysqldump will now detect when MyRocks is installed and available by seeing if there is a session variable named rocksdb_skip_fill_cache and setting it to 1 if it exists.

mysqldump will now automatically enable session variable rocksdb_bulk_load if it is supported by the target server.

Bugs 修复:

If the variable thread_handling was set to pool-of-threads in the MySQL configuration file, the server couldn’t be gracefully shut down.

When innodb_ft_result_cache_limit was exceeded by internal memory allocated by InnoDB during the FT scan not all memory was released which could lead to server assertion.

Executing the FLUSH LOGS on a read-only slave with a user that doesn’t have the SUPER privilege would result in Error 1290.

FLUSH LOGS was disabled with read_only and super_read_only variables.

If SHOW BINLOGS or PERFORMANCE_SCHEMA.GLOBAL_STATUS query, and a transaction commit would run in parallel, they could deadlock.

A long-running binary log commit would block SHOW STATUS, which in turn could block a number of other operations such as client connects and disconnects.

Log tracking initialization did not find last valid bitmap data correctly.

A query using range scan with a complex range condition could lead to a server crash.

Race condition between buffer pool page optimistic access and eviction could lead to a server crash.

If Audit Log Plugin was unable to create file pointed by audit_log_file, the server would crash during the startup.

A DROP TEMPORARY TABLE ... for a table created by a CREATE TEMPORARY TABLE ... SELECT ... would get logged in the binary log on a disconnect with mixed mode replication.

TokuDB did not use an index with even if cardinality was good.

Row-based replication events were not reflected in Rows_updated fields in the User StatisticsINFORMATION_SCHEMA tables.

When DuplicateWeedout strategy was used for joins, use was not reported in the query plan info output extension for the slow query log.

It was impossible to use column compression dictionaries with partitioned InnoDB tables.

Diagnostics for OpenSSL errors have been improved.

软件详情:https://www.percona.com/blog/2017/03/24/percona-server-mysql-5-7-17-12-now-available/

下载地址:https://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-5.7.17-12/

来自:开源中国社区
文章评论

共有 0 条评论