Percona Toolkit 2.1.10 is now available

Written for Percona Toolkit moved to https://jira.percona.com/projects/PT by Hrvoje Matijakovic on 2013-07-19

Percona Toolkit 2.1.10 has been released. This release includes eight bug fixes.

* Fixed bug #1163372: pt-heartbeat --utc --check always returns 0

Unfortunately, the relatively new --utc option for pt-heart was still
broken because "[MySQL] interprets date as a value in the current time zone
and converts it to an internal value in UTC." Now the tool works correctly
with --utc by specifying "SET time_zone='+0:00'", and older versions of
the tool can be made to work by specifying --set-vars "time_zone='+0:00'".

* Fixed bug #1195034: pt-deadlock-logger error: Use of uninitialized value $ts in pattern match (m//)

Improved the pattern matching that caused the pt-deadlock-logger error when
different timestamp format was used.

* Fixed bug #1199591: pt-table-checksum doesn't use non-unique index with highest cardinality

pt-table-checksum was using the first non-unique index instead of the one
with the highest cardinality due to a sorting bug.

Read more

Read all announcements