From ffa765f47141ffc49b1cfc503d5bc9fad23abbe3 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Fri, 12 Dec 2025 15:51:21 +0300 Subject: [PATCH] RM-1554 - Percona Toolkit 3.7.1 - Updated Go to 1.25.5 - Updated version for all tools --- Makefile.PL | 2 +- 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-eustack-resolver | 2 +- 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-replica-find | 2 +- bin/pt-replica-restart | 4 ++-- bin/pt-show-grants | 2 +- bin/pt-sift | 2 +- bin/pt-slave-delay | 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 +- config/sphinx-build/conf.py | 2 +- go.mod | 2 +- lib/Percona/Toolkit.pm | 2 +- 37 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e8de3905..9879e1d5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ MAKE_GOTOOLS WriteMakefile( NAME => 'Percona::Toolkit', - VERSION => '3.7.0-2', + VERSION => '3.7.1', EXE_FILES => [ ], MAN1PODS => { 'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p', diff --git a/bin/pt-align b/bin/pt-align index d3bcba49..c8264d7d 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -1377,6 +1377,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-align 3.7.0 +pt-align m.n.p =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index fb6831d9..e514983f 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -8988,6 +8988,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-archiver 3.7.0 +pt-archiver m.n.p =cut diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 08dbc9c6..e34c35f8 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -43,7 +43,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -6075,6 +6075,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-config-diff 3.7.0 +pt-config-diff m.n.p =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 190dad57..a9e228ef 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -42,7 +42,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -5837,6 +5837,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-deadlock-logger 3.7.0 +pt-deadlock-logger m.n.p =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 7fd00781..5266f8be 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -38,7 +38,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -5709,6 +5709,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-diskstats 3.7.0 +pt-diskstats m.n.p =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 381f3b30..93e64884 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -39,7 +39,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -5872,6 +5872,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-duplicate-key-checker 3.7.0 +pt-duplicate-key-checker m.n.p =cut diff --git a/bin/pt-eustack-resolver b/bin/pt-eustack-resolver index 52b13269..658304ba 100755 --- a/bin/pt-eustack-resolver +++ b/bin/pt-eustack-resolver @@ -252,6 +252,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-eustack-resolver 3.7.0 +pt-eustack-resolver m.n.p =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index 7a0e4ef4..749ab12c 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1732,6 +1732,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fifo-split 3.7.0 +pt-fifo-split m.n.p =cut diff --git a/bin/pt-find b/bin/pt-find index 85a9c94d..ae449c08 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -35,7 +35,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -5259,6 +5259,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-find 3.7.0 +pt-find m.n.p =cut diff --git a/bin/pt-fingerprint b/bin/pt-fingerprint index 5b2509a6..6bbd39b4 100755 --- a/bin/pt-fingerprint +++ b/bin/pt-fingerprint @@ -2284,6 +2284,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fingerprint 3.7.0 +pt-fingerprint m.n.p =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index d9038ba8..b617d520 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -37,7 +37,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -4824,6 +4824,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fk-error-logger 3.7.0 +pt-fk-error-logger m.n.p =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index b9766069..5877c06d 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -7761,6 +7761,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-heartbeat 3.7.0 +pt-heartbeat m.n.p =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index e135fa43..53623fab 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -7776,6 +7776,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-index-usage 3.7.0 +pt-index-usage m.n.p =cut diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index 4de76135..6969c009 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -1149,7 +1149,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-ioprofile 3.7.0 +pt-ioprofile m.n.p =cut diff --git a/bin/pt-kill b/bin/pt-kill index a2225859..f63c5960 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -47,7 +47,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -8948,6 +8948,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-kill 3.7.0 +pt-kill m.n.p =cut diff --git a/bin/pt-mext b/bin/pt-mext index eff2a529..8fe9ef25 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -825,7 +825,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mext 3.7.0 +pt-mext m.n.p =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index a8fcfeef..e5a52a29 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -3444,7 +3444,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mysql-summary 3.7.0 +pt-mysql-summary m.n.p =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 5ba54bc7..adc62f9b 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -56,7 +56,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -14303,6 +14303,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-online-schema-change 3.7.0 +pt-online-schema-change m.n.p =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 35da73d7..1d470e0f 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -1042,7 +1042,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-pmp 3.7.0 +pt-pmp m.n.p =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index df34e137..fe271e3a 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -64,7 +64,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -17169,6 +17169,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-digest 3.7.0 +pt-query-digest m.n.p =cut diff --git a/bin/pt-replica-find b/bin/pt-replica-find index 5dd43db8..37565260 100755 --- a/bin/pt-replica-find +++ b/bin/pt-replica-find @@ -4802,6 +4802,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-replica-find 3.7.0 +pt-replica-find m.n.p =cut diff --git a/bin/pt-replica-restart b/bin/pt-replica-restart index fc11e2f9..f7ec0bdb 100755 --- a/bin/pt-replica-restart +++ b/bin/pt-replica-restart @@ -41,7 +41,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -6500,6 +6500,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-replica-restart 3.7.0 +pt-replica-restart m.n.p =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index d3e96ed6..c69883b0 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2744,6 +2744,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-show-grants 3.7.0 +pt-show-grants m.n.p =cut diff --git a/bin/pt-sift b/bin/pt-sift index 00fb63e2..0e2dea0c 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -1313,7 +1313,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-sift 3.7.0 +pt-sift m.n.p =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index b973bad2..95a148d2 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -41,7 +41,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -5292,6 +5292,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-delay 3.7.0 +pt-slave-delay m.n.p =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index 28ce1d7c..e1d6c227 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -2656,7 +2656,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-stalk 3.7.0 +pt-stalk m.n.p =cut diff --git a/bin/pt-summary b/bin/pt-summary index 1b5b7000..360bceb3 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -2808,7 +2808,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-summary 3.7.0 +pt-summary m.n.p =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 6e950084..251064fc 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -58,7 +58,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -14474,6 +14474,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 3.7.0 +pt-table-checksum m.n.p =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index abc641e3..70825bfa 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -55,7 +55,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -13488,6 +13488,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-sync 3.7.0 +pt-table-sync m.n.p =cut diff --git a/bin/pt-table-usage b/bin/pt-table-usage index eeb25ca7..9a64c9df 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -8640,6 +8640,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-usage 3.7.0 +pt-table-usage m.n.p =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 5b1cdc23..8231743d 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -61,7 +61,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -11577,6 +11577,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-upgrade 3.7.0 +pt-upgrade m.n.p =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 571ed114..d1f13acf 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all'; @@ -6434,6 +6434,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-variable-advisor 3.7.0 +pt-variable-advisor m.n.p =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 849275c5..67fb8267 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -4254,6 +4254,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-visual-explain 3.7.0 +pt-visual-explain m.n.p =cut diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index 1d84a9c4..d87cfbcb 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -50,7 +50,7 @@ copyright = u'2025, Percona LLC and/or its affiliates' # The short X.Y version. version = '3.7' # The full version, including alpha/beta/rc tags. -release = '3.7.0-2' +release = '3.7.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/go.mod b/go.mod index 6fd9edeb..f1c7381f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/percona/percona-toolkit -go 1.25.4 +go 1.25.5 require ( github.com/AlekSi/pointer v1.2.0 diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index 6058dcc2..a4e664ca 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -18,7 +18,7 @@ # ########################################################################### package Percona::Toolkit; -our $VERSION = '3.7.0'; +our $VERSION = '3.7.1'; use strict; use warnings FATAL => 'all';