Percona Server version 5.1.56-12.7 is now available for download. It is based on MySQL 5.1.56 and is the current stable release in the 5.1 series.
New Features
- Expanded the applicability of InnoDB fast index creation to mysqldump, ALTER TABLE and, OPTIMIZE TABLE. (Alexey Kopytov)
Variables Changed
- Variable innodb_stats_method has been implemented in the upstream InnoDB, with the same name and functionality that had previously existed only in XtraDB. (Yasufumi Kinoshita)
Other Changes
- Implemented support for variable innodb_stats_method being implemented in the upstream InnoDB, including adding a column to table INNODB_SYS_STATS. Bug fixed: #733317. (Yasufumi Kinoshita) …