Percona Server 5.6.22-71.0 发布

jopen 9年前

Percona Server 5.6.22-71.0 发布了,Percona 为 MySQL 数据库服务器进行了改进,在功能和性能上较 MySQL 有着很显著的提升。该版本提升了在高负载情况下的 InnoDB 的性能、为 DBA 提供一些非常有用的性能诊断工具;另外有更多的参数和命令来控制服务器行为。

Percona Server 只包含 MySQL 的服务器版,并没有提供相应对 MySQL 的 Connector 和 GUI 工具进行改进。

该版本基于 MySQL 5.6.22,主要改进包括:

New Features:

  • Percona Server has implemented improved slow log reporting for queries in stored procedures.

  • TokuDB storage engine package has been updated to version 7.5.4. Percona Server with an older version of TokuDB could hit an early scaling limit when the binary log was enabled. TokuDB 7.5.4 fixes this problem by using the hints supplied by the binary log group commit algorithm to avoid fsync’ing its recovery log during the commit phase of the 2 phase commit algorithm that MySQL uses for transactions when the binary log is enabled.

Bugs Fixed:

  • Debian and Ubuntu init scripts no longer have a hardcoded server startup timeout. This has been done to accommodate situations where server startup takes a very long time, for example, due to a crash recovery or buffer pool dump restore. Bugs fixed #1072538 and #1328262.

  • A read-write workload on compressed InnoDB tables might have caused an assertion error. Bug fixed #1268656.

  • Selecting from GLOBAL_TEMPORARY_TABLES table while running an onlineALTER TABLEin parallel could lead to server crash. Bug fixed #1294190.

  • A wrong stack size calculation could lead to a server crash when Performance Schema tables were storing big amount of data or in case of server being under highly concurrent load. Bug fixed #1351148 (upstream #73979).

  • A query on an empty table with aBLOBcolumn may crash the server. Bug fixed #1384568 (upstream #74644).

  • A read-write workload on compressed InnoDB tables might have caused an assertion error. Bug fixed #1395543.

  • If HandlerSocket was enabled, the server would hang during shutdown. Bug fixed #1397859.

  • The default MySQL configuration file,my.cnf, was not installed during a new installation on CentOS. Bug fixed #1405667.

  • The query optimizer did not pick a covering index for someORDER BYqueries. Bug fixed #1394967 (upstream #57430).

  • SHOW ENGINE INNODB STATUSwas displaying two identicalTRANSACTIONSsections. Bug fixed #1404565.

  • A race condition in Multiple user level locks per connection implementation could cause a deadlock. Bug fixed #1405076.

Other bugs fixed: #1394357, #1337251, #1399174, #1396330 (upstream #74987), and #1401776 (upstream #75189).

同时发布的还有 Percona Server 5.5.41-37.0

来自:http://www.oschina.net/news/58716/percona-server-5-6-22