Percona Toolkit moved to https://jira.percona.com/projects/PT 2.2.6
Milestone information
- Active:
- No. Drivers cannot target bugs and blueprints to this milestone.
Activities
- Assigned to you:
- No blueprints or bugs assigned to you.
- Assignees:
- 18 Daniel Nichter
- Blueprints:
- 2 Implemented
- Bugs:
- 16 Fix Released
Download files for this release
Release notes
Percona Toolkit 2.2.6 has been released. This release has 16 bug fixes and a few new features. One bug fix is very important, so 2.2 users are strongly encouraged to upgrade:
* Fixed bug 1223458: pt-table-sync deletes child table rows
Buried in the pt-table-sync docs is this warning:
Also be careful with tables that have foreign key constraints with C<ON DELETE>
or C<ON UPDATE> definitions because these might cause unintended changes on the
child tables.
Until recently, either no one had this problem, or no one reported it, or no one realized that pt-table-sync caused it. In the worst case, pt-table-sync could delete all rows in child tables, which is quite surprising and bad. As of 2.2.6, pt-table-sync has option --[no]check-
Another good bug fix is:
* Fixed bug 1217013: pt-duplicate-
After saying "pt-duplicate-
* Fixed bug 1195628: pt-online-
This was poor feedback from the tool more than a bug. There was a point in the tool where it waited forever for slaves to catch up, but it did this silently. Now the tool reports --progress while it's waiting and it reports which slaves, if any, it found and intends to check. In short: its feedback delivers a better user experience.
Finally, this bug (more like a feature request/change) might be a backwards-
* Fixed bug 1214685: pt-mysql-summary schema dump prompt can't be disabled
This was poor feedback from the tool more than a bug. There was a point in the tool where it waited forever for slaves to catch up, but it did this silently. Now the tool reports --progress while it's waiting and it reports which slaves, if any, it found and intends to check. In short: its feedback delivers a better user experience.
Finally, this bug (more like a feature request/change) might be a backwards-
* Fixed bug 1214685: pt-mysql-summary schema dump prompt can't be disabled
The change is that pt-mysql-summary no longer prompts to dump and summarize schemas. To do this, you must specify --databases or, a new option, --all-databases. Several users said this behavior was better, so we made the change even though some might consider it a backwards-
Percona Toolkit packages can be downloaded from http://
Changelog
2 blueprints and 16 bugs targeted
Blueprint | Priority | Assignee | Delivery | |
---|---|---|---|---|
pt-query-digest support for Percona Server slow log rate limiting | pt-query-digest support for Percona Server slow log rate limiting | 3 Medium | Daniel Nichter | 11 Implemented |
pt-stalk --sleep-collect | pt-stalk --sleep-collect | 3 Medium | Daniel Nichter | 11 Implemented |