作者:咪了眼的小迷糊 | 来源:互联网 | 2014-09-01 00:41
9月13日#成都#源创会,Swift、Docker、云计算、大数据!
Percona Server 5.5.39-36.0 发布,此版本现已提供下载,同时提供在 Percona 软件库。此版本基于 MySQL 5.5.39,,包括其所有的 bug 修复。Percona Server 5.5.39-36.0 当前是 5.5 系列的最新稳定版本。
新特性:
Bugs 修复:
Querying INNODB_CHANGED_PAGES with a range condition START_LSN
> x AND END_LSN
#1202252 (Jan Lindstr?m and Sergei Petrunia).
With XtraDB changed page tracking feature enabled, queries from the INNODB_CHANGED_PAGES could read the bitmap data whose write was in still progress. This would cause the query to fail with an ER_CANT_FIND_SYSTEM_REC
and a warning printed to the server error log. The workaround has been to add an appropriate END_LSN
-limiting condition to the query. Bug fixed #1346122.
mysqld-debug
was missing from Debian packages. This regression was introduced in Percona Server 5.5.36-34.0. Bug fixed #1290087.
Fixed a memory leak in Slow Query Log Rotation and Expiration. Bug fixed #1314138.
The audit log plugin would write log with XML syntax errors when OLD
and NEW
formats were used. Bug fixed #1320879.
A server built with system OpenSSL support, such as the distributed Percona Server binaries, had SSL-related memory leaks. Bug fixed #1334743 (upstream #73126).
If
the bitmap directory has a bitmap file sequence with a start LSN of one
file less than a start LSN of the previous file, a debug build would
assert when queries were run on INNODB_CHANGED_PAGES table. Bug fixed #1342494.
其他 bug 修复: #1337324, #1151723, #1182050, #1182072, #1280875, #1182046, #1328482 (upstream #73418), and #1334317 (upstream #73111).
同时还发布了 Percona Server 5.6.20-68.0 版本:
此版本基于 MySQL 5.6.20,包括其所有 bug 修复。Percona Server 5.6.20-68.0 是 5.6 系列的 GA 版本。
新特性:
Percona Server has implemented the MySQL 5.7 SHOW SLAVE STATUS NONBLOCKING
syntax for Lock-Free SHOW SLAVE STATUS feature. The existing SHOW SLAVE STATUS NOLOCK
is kept as a deprecated alias and will be removed in Percona Server 5.7. There were no functional changes for the feature.
Percona Server Audit Log Plugin now supports JSON
and CSV
formats. The format choice is controlled by audit_log_format variable.
Percona Server Audit Log Plugin now supports streaming the audit log to syslog.
TokuDB storage engine package has been updated to version 7.1.8.
Bugs 修复:
Querying INNODB_CHANGED_PAGES table with a range condition START_LSN
> x AND END_LSN
#1202252 (Jan Lindstr?m and Sergei Petrunia).
SQL statements of other connections were missing in the output of SHOW ENGINE INNODB STATUS
, in LATEST DETECTED DEADLOCK
and TRANSACTIONS
sections. This bug was introduced by Statement Timeout patch in Percona Server 5.6.13-61.0. Bug fixed #1328824.
Some of TokuDB distribution files were missing in the TokuDB binary tarball. Bug fixed #1338945.
With XtraDB changed page tracking feature enabled, queries from the INNODB_CHANGED_PAGES could read the bitmap data whose write was in still progress. This would cause the query to fail with an ER_CANT_FIND_SYSTEM_REC
and a warning printed to the server error log. The workaround has been to add an appropriate END_LSN
-limiting condition to the query. Bug fixed #1193332.
mysqld-debug
was missing from Debian packages. This regression was introduced in Percona Server 5.6.16-64.0. Bug fixed #1290087.
Fixed a memory leak in Slow Query Log Rotation and Expiration. Bug fixed #1314138.
The audit log plugin would write log with XML syntax errors when OLD
and NEW
formats were used. Bug fixed #1320879.
Combination of Log Archiving for XtraDB, XtraDB changed page tracking, and small InnoDB logs could hang the server on the bootstrap shutdown. Bug fixed #1326379.
--tc-heuristic-recover
option values were broken. Bug fixed #1334330 (upstream #70860).
If
the bitmap directory has a bitmap file sequence with a start LSN of one
file less than a start LSN of the previous file, a debug build would
assert when queries were run on INNODB_CHANGED_PAGES table. Bug fixed #1342494.
其他 bug 修复: #1337247, #1350386, #1208371, #1261341, #1151723, #1182050, #1182068, #1182072, #1184287, #1280875, #1338937, #1334743, #1349394, #1182046, #1182049, and #1328482 (upstream #73418)。
更多更新内容请看 online documentation。
Percona 为 MySQL 数据库服务器进行了改进,在功能和性能上较 MySQL 有着很显著的提升。该版本提升了在高负载情况下的 InnoDB 的性能、为 DBA 提供一些非常有用的性能诊断工具;另外有更多的参数和命令来控制服务器行为。
Percona Server 只包含 MySQL 的服务器版,并没有提供相应对 MySQL 的 Connector 和 GUI 工具进行改进。
Percona Server 使用了一些 google-mysql-tools, Proven Scaling, Open Query 对 MySQL 进行改造。