From 0fd8c05092f91418ba40700abbd6d4c8101a99ed Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Tue, 14 Sep 2021 12:38:53 -0300 Subject: [PATCH] PT-1959 Updated version number Not updated in files that will be updated during the build like the python script, Makefile.PL and some other files like documentation. --- bin/pt-align | 2 +- bin/pt-archiver | 4 ++-- bin/pt-config-diff | 4 ++-- bin/pt-deadlock-logger | 4 ++-- bin/pt-diskstats | 4 ++-- bin/pt-duplicate-key-checker | 4 ++-- bin/pt-fifo-split | 2 +- bin/pt-find | 4 ++-- bin/pt-fingerprint | 2 +- bin/pt-fk-error-logger | 4 ++-- bin/pt-heartbeat | 4 ++-- bin/pt-index-usage | 4 ++-- bin/pt-ioprofile | 2 +- bin/pt-kill | 4 ++-- bin/pt-mext | 2 +- bin/pt-mysql-summary | 2 +- bin/pt-online-schema-change | 4 ++-- bin/pt-pmp | 2 +- bin/pt-query-digest | 4 ++-- bin/pt-show-grants | 2 +- bin/pt-sift | 2 +- bin/pt-slave-delay | 4 ++-- bin/pt-slave-find | 2 +- bin/pt-slave-restart | 4 ++-- bin/pt-stalk | 2 +- bin/pt-summary | 2 +- bin/pt-table-checksum | 4 ++-- bin/pt-table-sync | 4 ++-- bin/pt-table-usage | 2 +- bin/pt-upgrade | 4 ++-- bin/pt-variable-advisor | 4 ++-- bin/pt-visual-explain | 2 +- lib/Percona/Toolkit.pm | 2 +- src/go/pt-mongodb-query-digest/main.go | 2 +- src/go/pt-mongodb-summary/main.go | 2 +- 35 files changed, 53 insertions(+), 53 deletions(-) diff --git a/bin/pt-align b/bin/pt-align index a8deca8b..1072089b 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-align 3.3.1 +pt-align 3.3.2 =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index 3e7ad6e7..6beb01c0 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -8661,6 +8661,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-archiver 3.3.1 +pt-archiver 3.3.2 =cut diff --git a/bin/pt-config-diff b/bin/pt-config-diff index b83e9ea8..ec6ab614 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -43,7 +43,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -5917,6 +5917,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-config-diff 3.3.1 +pt-config-diff 3.3.2 =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 30a4ad5d..27e030b7 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -42,7 +42,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -5710,6 +5710,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-deadlock-logger 3.3.1 +pt-deadlock-logger 3.3.2 =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 9139d1c8..5c23c22b 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -38,7 +38,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -5682,6 +5682,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-diskstats 3.3.1 +pt-diskstats 3.3.2 =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 856bf07e..e183a2f2 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -39,7 +39,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -5771,6 +5771,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-duplicate-key-checker 3.3.1 +pt-duplicate-key-checker 3.3.2 =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index 0e920bb9..f50bd40b 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1653,6 +1653,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fifo-split 3.3.1 +pt-fifo-split 3.3.2 =cut diff --git a/bin/pt-find b/bin/pt-find index 6c5a4d27..b0bedb94 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -35,7 +35,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -5132,6 +5132,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-find 3.3.1 +pt-find 3.3.2 =cut diff --git a/bin/pt-fingerprint b/bin/pt-fingerprint index 5f10c847..09dd6f9c 100755 --- a/bin/pt-fingerprint +++ b/bin/pt-fingerprint @@ -2244,6 +2244,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fingerprint 3.3.1 +pt-fingerprint 3.3.2 =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index f6dd11d1..ea6dd114 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -37,7 +37,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -4693,6 +4693,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fk-error-logger 3.3.1 +pt-fk-error-logger 3.3.2 =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index 7aa04bee..46de52dd 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -7394,6 +7394,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-heartbeat 3.3.1 +pt-heartbeat 3.3.2 =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 791a9558..71d865e7 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -7701,6 +7701,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-index-usage 3.3.1 +pt-index-usage 3.3.2 =cut diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index 796e1edc..6010c1c5 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -1132,7 +1132,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-ioprofile 3.3.1 +pt-ioprofile 3.3.2 =cut diff --git a/bin/pt-kill b/bin/pt-kill index 72f8002f..0ef154e8 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -47,7 +47,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -8572,6 +8572,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-kill 3.3.1 +pt-kill 3.3.2 =cut diff --git a/bin/pt-mext b/bin/pt-mext index 0343b6a1..f70424a3 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -809,7 +809,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mext 3.3.1 +pt-mext 3.3.2 =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index 297d1179..f907f9cd 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -3294,7 +3294,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mysql-summary 3.3.1 +pt-mysql-summary 3.3.2 =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 729acda1..5a1f893d 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -56,7 +56,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -13469,6 +13469,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-online-schema-change 3.3.1 +pt-online-schema-change 3.3.2 =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 243198ca..4462c586 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -901,7 +901,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-pmp 3.3.1 +pt-pmp 3.3.2 =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index a9c5620b..6268409b 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -64,7 +64,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -16973,6 +16973,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-digest 3.3.1 +pt-query-digest 3.3.2 =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index afbaaa9c..492458c8 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2618,6 +2618,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-show-grants 3.3.1 +pt-show-grants 3.3.2 =cut diff --git a/bin/pt-sift b/bin/pt-sift index 656bbfcc..f017cfd0 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -1250,7 +1250,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-sift 3.3.1 +pt-sift 3.3.2 =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 769677f5..85b29868 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -40,7 +40,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -4993,6 +4993,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-delay 3.3.1 +pt-slave-delay 3.3.2 =cut diff --git a/bin/pt-slave-find b/bin/pt-slave-find index 59c38379..4ee2f043 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -4528,6 +4528,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-find 3.3.1 +pt-slave-find 3.3.2 =cut diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index be3b240d..5cb46192 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -41,7 +41,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -6164,6 +6164,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-restart 3.3.1 +pt-slave-restart 3.3.2 =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index 2adce652..0f224807 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -2425,7 +2425,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-stalk 3.3.1 +pt-stalk 3.3.2 =cut diff --git a/bin/pt-summary b/bin/pt-summary index 8153b11d..b42d4818 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -2729,7 +2729,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-summary 3.3.1 +pt-summary 3.3.2 =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index a37e4767..d76b26ab 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -58,7 +58,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -14188,6 +14188,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 3.3.1 +pt-table-checksum 3.3.2 =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index f4eca6d5..f50ae600 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -55,7 +55,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -13089,6 +13089,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-sync 3.3.1 +pt-table-sync 3.3.2 =cut diff --git a/bin/pt-table-usage b/bin/pt-table-usage index a2463f69..3b5208cc 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -8515,6 +8515,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-usage 3.3.1 +pt-table-usage 3.3.2 =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 19361190..369c5ad1 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -61,7 +61,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -11449,6 +11449,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-upgrade 3.3.1 +pt-upgrade 3.3.2 =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 277f5edd..c7b1aa2e 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; @@ -6262,6 +6262,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-variable-advisor 3.3.1 +pt-variable-advisor 3.3.2 =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 6bffb308..52f97cd1 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -3308,6 +3308,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-visual-explain 3.3.1 +pt-visual-explain 3.3.2 =cut diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index 573ab8ad..bf6521cc 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -18,7 +18,7 @@ # ########################################################################### package Percona::Toolkit; -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; use strict; use warnings FATAL => 'all'; diff --git a/src/go/pt-mongodb-query-digest/main.go b/src/go/pt-mongodb-query-digest/main.go index a2c193f7..e67155bb 100644 --- a/src/go/pt-mongodb-query-digest/main.go +++ b/src/go/pt-mongodb-query-digest/main.go @@ -40,7 +40,7 @@ const ( var ( Build string = "2020-04-23" //nolint GoVersion string = "1.14.1" //nolint - Version string = "3.3.1" //nolint + Version string = "3.3.2" //nolint Commit string //nolint ) diff --git a/src/go/pt-mongodb-summary/main.go b/src/go/pt-mongodb-summary/main.go index d1bb0c3b..2a07bcfc 100644 --- a/src/go/pt-mongodb-summary/main.go +++ b/src/go/pt-mongodb-summary/main.go @@ -56,7 +56,7 @@ const ( var ( Build string = "2020-04-23" GoVersion string = "1.14.1" - Version string = "3.3.1" + Version string = "3.3.2" Commit string defaultConnectionTimeout = 3 * time.Second