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

@@ -557,6 +557,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.2.17 released 2016-03-04
Percona Toolkit v2.2.18 released 2016-06-24
=cut

View File

@@ -1,6 +1,50 @@
Release Notes
*************
v2.2.18 released 2016-06-24
===========================
Percona Toolkit 2.2.18 has been released. This release includes the following new features and bug fixes.
New features:
* 1537416: ``pt-stalk`` now sorts the output of transactions by id
* 1553340: Added "Shared" memory info to ``pt-summary``
* 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
Bug fixes:
* 1402776: Fixed error when parsing ``tcpdump`` capture with ``pt-query-digest``
* 1521880: Improved ``pt-online-schema-change`` plugin documentation
* 1547225: Clarified the description of the ``--attribute-value-limit`` option for ``pt-query-digest``
* 1569564: Fixed all PERL-based tools to return a zero exit status when run with the ``--version`` option
* 1576036: Fixed error that sometimes prevented to choose the primary key as index, when using the ``-where`` option for ``pt-table-checksum``
* 1585412: Fixed the inability of ``pt-query-digest`` to parse the general log generated by MySQL (and Percona Server) 5.7 instance
* PT-36: Clarified the description of the ``--verbose`` option for ``pt-slave-restart``
Changelog
---------
* 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
v2.2.17 released 2016-03-07
===========================