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,5 +1,7 @@
Changelog for Percona Toolkit
v2.2.18 released 2016-06-24
* 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

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'percona-toolkit',
VERSION => '2.2.17',
VERSION => '2.2.18',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1345,6 +1345,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.2.17
pt-align 2.2.18
=cut

View File

@@ -8387,6 +8387,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.17
pt-archiver 2.2.18
=cut

View File

@@ -5811,6 +5811,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.17
pt-config-diff 2.2.18
=cut

View File

@@ -5602,6 +5602,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.17
pt-deadlock-logger 2.2.18
=cut

View File

@@ -5613,6 +5613,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.17
pt-diskstats 2.2.18
=cut

View File

@@ -5656,6 +5656,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.17
pt-duplicate-key-checker 2.2.18
=cut

View File

@@ -1634,6 +1634,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.2.17
pt-fifo-split 2.2.18
=cut

View File

@@ -5023,6 +5023,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.17
pt-find 2.2.18
=cut

View File

@@ -2225,6 +2225,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.2.17
pt-fingerprint 2.2.18
=cut

View File

@@ -4588,6 +4588,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.17
pt-fk-error-logger 2.2.18
=cut

View File

@@ -7136,6 +7136,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.17
pt-heartbeat 2.2.18
=cut

View File

@@ -7586,6 +7586,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.17
pt-index-usage 2.2.18
=cut

View File

@@ -1125,7 +1125,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 2.2.17
pt-ioprofile 2.2.18
=cut

View File

@@ -8302,6 +8302,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.17
pt-kill 2.2.18
=cut

View File

@@ -801,7 +801,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 2.2.17
pt-mext 2.2.18
=cut

View File

@@ -3102,7 +3102,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.17
pt-mysql-summary 2.2.18
=cut

View File

@@ -12243,6 +12243,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.17
pt-online-schema-change 2.2.18
=cut

View File

@@ -895,7 +895,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 2.2.17
pt-pmp 2.2.18
=cut

View File

@@ -16683,6 +16683,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.17
pt-query-digest 2.2.18
=cut

View File

@@ -2504,6 +2504,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.2.17
pt-show-grants 2.2.18
=cut

View File

@@ -1243,7 +1243,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 2.2.17
pt-sift 2.2.18
=cut

View File

@@ -4905,6 +4905,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.17
pt-slave-delay 2.2.18
=cut

View File

@@ -4392,6 +4392,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.2.17
pt-slave-find 2.2.18
=cut

View File

@@ -5979,6 +5979,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.17
pt-slave-restart 2.2.18
=cut

View File

@@ -2249,7 +2249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.17
pt-stalk 2.2.18
=cut

View File

@@ -2697,7 +2697,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.2.17
pt-summary 2.2.18
=cut

View File

@@ -12978,6 +12978,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.17
pt-table-checksum 2.2.18
=cut

View File

@@ -12835,6 +12835,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.17
pt-table-sync 2.2.18
=cut

View File

@@ -8455,6 +8455,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.17
pt-table-usage 2.2.18
=cut

View File

@@ -11330,6 +11330,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.17
pt-upgrade 2.2.18
=cut

View File

@@ -6174,6 +6174,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.17
pt-variable-advisor 2.2.18
=cut

View File

@@ -3267,6 +3267,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.2.17
pt-visual-explain 2.2.18
=cut

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

View File

@@ -50,7 +50,7 @@ copyright = u'2015, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.17'
release = '2.2.18'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

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
===========================