Build percona-toolkit-2.2.18

This commit is contained in:
Evgeniy Patlan
2016-06-24 11:04:56 +03:00
parent a7304d0709
commit a8d045beb6
38 changed files with 96 additions and 35 deletions

View File

@@ -1,3 +1,18 @@
percona-toolkit (2.2.18-1) unstable; urgency=low
* Feature 1537416 : pt-stalk now sorts the output of transactions by id
* Feature 1553340 : Added "Shared" memory info to pt-summary
* Feature PT-24 : Added the --no-vertical-format option for pt-query-digest, allowing compatibility with non-standard MySQL clients that don't support the \G directive at the end of a statement
* Fixed bug 1402776: Fixed error when parsing tcpdump capture with pt-query-digest
* Fixed bug 1521880: Improved pt-online-schema-change plugin documentation
* Fixed bug 1547225: Clarified the description of the --attribute-value-limit option for pt-query-digest
* Fixed bug 1569564: Fixed all PERL-based tools to return a zero exit status when run with the --version option
* Fixed bug 1576036: Fixed error that sometimes prevented to choose the primary key as index, when using the -where option for pt-table-checksum
* Fixed bug 1585412: Fixed the inability of pt-query-digest to parse the general log generated by MySQL (and Percona Server) 5.7 instance
* Fixed bug PT-36 : Clarified the description of the --verbose option for pt-slave-restart
-- Percona Toolkit Developers <toolkit-dev@percona.com> Fri, 24 Jun 2016 08:02:55 +0000
percona-toolkit (2.2.17-1) unstable; urgency=low
* Feature : General compatibility with MySQL 5.7 tools, docs and test suite