From ff3907eec0063d6341d31d534f582647ca30e0f2 Mon Sep 17 00:00:00 2001 From: Evgeniy Patlan Date: Fri, 24 Jun 2016 10:17:53 +0300 Subject: [PATCH 1/2] Changelog for 2.2.18 --- Changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog b/Changelog index c172fb83..c3c4029e 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,16 @@ Changelog for Percona Toolkit + * 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 * Feature : General compatibility with MySQL 5.7 tools, docs and test suite From a8d045beb66d739f33c1c40a2bcd8c130c5f5d8b Mon Sep 17 00:00:00 2001 From: Evgeniy Patlan Date: Fri, 24 Jun 2016 11:04:56 +0300 Subject: [PATCH 2/2] Build percona-toolkit-2.2.18 --- Changelog | 2 ++ Makefile.PL | 2 +- bin/pt-align | 2 +- bin/pt-archiver | 2 +- bin/pt-config-diff | 2 +- bin/pt-deadlock-logger | 2 +- bin/pt-diskstats | 2 +- bin/pt-duplicate-key-checker | 2 +- bin/pt-fifo-split | 2 +- bin/pt-find | 2 +- bin/pt-fingerprint | 2 +- bin/pt-fk-error-logger | 2 +- bin/pt-heartbeat | 2 +- bin/pt-index-usage | 2 +- bin/pt-ioprofile | 2 +- bin/pt-kill | 2 +- bin/pt-mext | 2 +- bin/pt-mysql-summary | 2 +- bin/pt-online-schema-change | 2 +- bin/pt-pmp | 2 +- bin/pt-query-digest | 2 +- bin/pt-show-grants | 2 +- bin/pt-sift | 2 +- bin/pt-slave-delay | 2 +- bin/pt-slave-find | 2 +- bin/pt-slave-restart | 2 +- bin/pt-stalk | 2 +- bin/pt-summary | 2 +- bin/pt-table-checksum | 2 +- bin/pt-table-sync | 2 +- bin/pt-table-usage | 2 +- bin/pt-upgrade | 2 +- bin/pt-variable-advisor | 2 +- bin/pt-visual-explain | 2 +- config/deb/changelog | 15 ++++++++++++ config/sphinx-build/conf.py | 2 +- docs/percona-toolkit.pod | 2 +- docs/release_notes.rst | 44 ++++++++++++++++++++++++++++++++++++ 38 files changed, 96 insertions(+), 35 deletions(-) diff --git a/Changelog b/Changelog index c3c4029e..37069cb6 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/Makefile.PL b/Makefile.PL index 7f465237..55f50c00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'percona-toolkit', - VERSION => '2.2.17', + VERSION => '2.2.18', EXE_FILES => [ ], MAN1PODS => { 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p', diff --git a/bin/pt-align b/bin/pt-align index bd244d2f..921acd1b 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -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 diff --git a/bin/pt-archiver b/bin/pt-archiver index a061f0fa..4f9fca80 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -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 diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 987f1737..11e7d1f4 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -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 diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 2c35ce77..8a908674 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -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 diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 74a08c36..50d14012 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -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 diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 4f7e7eb7..8837cac1 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -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 diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index 27e64716..a6e3f458 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -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 diff --git a/bin/pt-find b/bin/pt-find index 76f87dee..26a49e27 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -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 diff --git a/bin/pt-fingerprint b/bin/pt-fingerprint index f9d92e36..b328f28b 100755 --- a/bin/pt-fingerprint +++ b/bin/pt-fingerprint @@ -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 diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index d886b56c..b7190f76 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -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 diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index 9621736f..393aaf14 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -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 diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 09b376fe..47c61dfd 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -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 diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index 9d008f55..c03eae9c 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -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 diff --git a/bin/pt-kill b/bin/pt-kill index d773d3f9..0ed2fb4a 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -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 diff --git a/bin/pt-mext b/bin/pt-mext index 2f70a31d..23d14a80 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -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 diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index 7861f710..986d1a12 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -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 diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 7d96752b..e1337e8c 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -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 diff --git a/bin/pt-pmp b/bin/pt-pmp index 64f84cb4..55df4d63 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -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 diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 4330400c..39f52b79 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -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 diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 887e90ee..78e8231b 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -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 diff --git a/bin/pt-sift b/bin/pt-sift index 9ccdb5a9..c49a74d0 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -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 diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 24b70b7c..e57902b7 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -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 diff --git a/bin/pt-slave-find b/bin/pt-slave-find index 7d7c32f9..e80a4cff 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -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 diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index 15bbd745..3de9e51b 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -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 diff --git a/bin/pt-stalk b/bin/pt-stalk index 64784f07..6500a111 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -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 diff --git a/bin/pt-summary b/bin/pt-summary index 99719b54..2e766ba2 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -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 diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 6be21987..95456179 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -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 diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 0db00dbd..75fa81ba 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -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 diff --git a/bin/pt-table-usage b/bin/pt-table-usage index ac3d11d1..f5508579 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -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 diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 29e45186..66c406f7 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -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 diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index d449d35f..59f7d609 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -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 diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index ce7ff680..236caf89 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -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 diff --git a/config/deb/changelog b/config/deb/changelog index a3bba702..184317fe 100644 --- a/config/deb/changelog +++ b/config/deb/changelog @@ -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 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 diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index 99d12ba9..667ebfba 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -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. diff --git a/docs/percona-toolkit.pod b/docs/percona-toolkit.pod index b5cbc97e..29003bce 100644 --- a/docs/percona-toolkit.pod +++ b/docs/percona-toolkit.pod @@ -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 diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 23a7527c..ae5f6bf2 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 ===========================