Release of percona server for MySQL 5.6.10-60.2
Author: chszs, reprinted with note. Blog homepage: http://blog.csdn.net/chszs
Percona released percona server for MySQL 5.6.10-March 14, 2013 in 60.2.
See: http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.10-alpha60.2/
This version is based on MySQL 5.6.10 and contains all bug fixes. This version is the third alpha version of The percona server 5.6 series.
All percona software is open source, free, see: https://launchpad.net/percona-server/+milestone/5.6.10-60.2 for details
New features:
1. transplanted the thread pool patch from the mariadb project. This feature ensures high performance when the number of connections of MySQL servers increases significantly on the client.
Http://www.percona.com/doc/percona-server/5.6/performance/threadpool.html#threadpool
2. Create a quickly scalable index. Port it from 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. process the damaged table. Port it from 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
Bugs fixed:
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 ).