Percona announces the release of Percona Toolkit 3.0.13 for January 9, 2019.
Percona Toolkit is a collection of advanced open source command-line tools, developed and used by the Percona technical staff, that are engineered to perform a variety of MySQL®, MongoDB® and system tasks that are too difficult or complex to perform manually. With over 1,000,000 downloads, Percona Toolkit supports Percona Server for MySQL, MySQL®, MariaDB®, Percona Server for MongoDB and MongoDB.
Percona Toolkit, like all Percona software, is free and open source. You can download packages from the website or install from official repositories.
This release includes the following changes:
Bug fixes:
- PT-1673:
pt-show-grants
was incompatible with MariaDB 10+ (thanks Tim Birkett) - PT-1638:
pt-online-schema-change
was erroneously taking MariaDB 10.x for MySQL 8.0 and rejecting to work with it to avoid the upstream bug #89441 scope. - PT-1616:
pt-table-checksum
failed to resume on large tables with binary strings containing invalid UTF-8 characters. - PT-1573:
pt-query-digest
didn’t work in case oflog_timestamps = SYSTEM
my.cnf option. - PT-157: Specifying a non-primary key index with the ‘i’ part of the
--source
argument madept-archiver
to ignore the--primary-key-only
option presence.
Improvements:
- PT-1340:
pt-stalk
now doesn’t callmysqladmin debug
command by default to avoid flooding in the error log.CMD_MYSQLADMIN="mysqladmin debug"
environment variable revertspt-stalk
to the previous way of operation. - PT-1637: A new
--fail-on-stopped-replication
option allowspt-table-checksum
to detect failing slave nodes.
Help us improve our software quality by reporting any bugs you encounter using our bug tracking system.