Percona is pleased to announce the availability of Percona Toolkit 2.2.14. Released April 14, 2015. Percona Toolkit is a collection of advanced command-line tools to perform a variety of MySQL server and system tasks that are too difficult or complex for DBAs to perform manually. Percona Toolkit, like all Percona software, is free and open source.
This release is the current GA (Generally Available) stable release in the 2.2 series. It includes multiple bug fixes for pt-table-checksum with better support for Percona XtraDB Cluster, various other fixes, as well as continued preparation for MySQL 5.7 compatibility. Full details are below. Downloads are available here and from the Percona Software Repositories.
New Features:
--resolve-address option.
--ignore-tables-regex option.Bugs Fixed:
utf8 charset would cause the Incorrect string value error when running the pt-table-checksum.
--alter-foreign-keys-method=drop-swap` was not atomic and thus it could be interrupted. Fixed by disabling common interrupt signals during the critical drop-rename phase.
BINARY field in Primary Key. Fixed by implementing new --binary-index flag to optionally create checksum table using BLOB data type.
--verbose option was set.
--collect-strace didn’t write the strace output to the expected destination file.
perl-TermReadKey RPM package was causing toolkit commands to fail when they were run with --ask-pass option.
SELECT...INTO queries. Fixed by ignoring/skipping those queries.
Details of the release can be found in the release notes and the 2.2.14 milestone at Launchpad. Bugs can be reported on the Percona Toolkit launchpad bug tracker.
Resources
RELATED POSTS