Percona is glad to announce the release of Percona Toolkit 2.1.10 on July 18th, 2013 (Downloads are available here).
Bugs Fixed:
- Unfortunately, the relatively new
--utcoption 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--utcby 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'". Bug fixed …