Percona Server for MySQL 5.6.10-60.2發布
作者:chszs,轉載需註明。部落客頁:http://blog.csdn.net/chszs
Percona於2013年3月14日發布Percona Server for MySQL 5.6.10-60.2版。
見:http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.10-alpha60.2/
此版本基於MySQL 5.6.10版,包含了所有的bug修正。此版本是Percona Server 5.6系列的第三個Alpha版本。
所有的Percona軟體均為開源、免費,詳情見:https://launchpad.net/percona-server/+milestone/5.6.10-60.2
新特性:
1. 從MariaDB項目移植了線程池補丁。此特徵是的MySQL伺服器在用戶端串連數劇增的情況還能保持高效能。
http://www.percona.com/doc/percona-server/5.6/performance/threadpool.html#threadpool
2. 快速擴充的索引建立。從Percona Server for MySQL 5.5移植過來。
http://www.percona.com/doc/percona-server/5.6/management/innodb_expanded_fast_index_creation.html#expanded-innodb-fast-index-creation
3. 處理損壞的表。從Percona Server for MySQL 5.5移植過來。
http://www.percona.com/doc/percona-server/5.6/reliability/innodb_corrupt_table_action.html#innodb-corrupt-table-action-page
修複的Bug:
Fixed the upstream #68116 that caused the MySQL server to crash with assertion error when InnoDB monitor with verbose lock info was used under heavy load. This bug is affecting only -debug builds. Bug fixed #1100178 (Laurynas Biveinis).