summaryrefslogtreecommitdiff
path: root/dev-db/percona-toolkit/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-db/percona-toolkit/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-db/percona-toolkit/files')
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-2.2.17-fix-package-name.patch35
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch13
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-2.2.20-fix-package-name.patch13
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-2.2.7-no-versioncheck.patch216
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-3.0.10-slave-delay-fix.patch44
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-3.0.7-fix-package-name.patch13
-rw-r--r--dev-db/percona-toolkit/files/percona-toolkit-3.0.7-no-versioncheck.patch216
7 files changed, 0 insertions, 550 deletions
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-2.2.17-fix-package-name.patch b/dev-db/percona-toolkit/files/percona-toolkit-2.2.17-fix-package-name.patch
deleted file mode 100644
index 2cd7634840e1..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-2.2.17-fix-package-name.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 0e7c176b38c6ee286511e6bb7720390d31fc6233 Mon Sep 17 00:00:00 2001
-From: Thomas D.
-Date: Tue, 15 Mar 2016 22:21:48 +0100
-Subject: [PATCH] Fix package name
-
-The previous package name "percona-toolkit" is not a valid package name for
-ExtUtils::MakeMaker:
-
- $ perl Makefile.PL
- Checking if your kit is complete...
- Looks good
- Warning: NAME must be a package name
- [...]
-
-Let us use the same package name (Percona::Toolkit) various scripts in bin/
-are already using.
----
- Makefile.PL | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 7f46523..a9723f4 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,7 +1,7 @@
- use ExtUtils::MakeMaker;
-
- WriteMakefile(
-- NAME => 'percona-toolkit',
-+ NAME => 'Percona::Toolkit',
- VERSION => '2.2.17',
- EXE_FILES => [ <bin/*> ],
- MAN1PODS => {
---
-2.7.3
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch b/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch
deleted file mode 100644
index 283299b14b42..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Source https://github.com/percona/percona-toolkit/pull/84
-Adapted to current version
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,7 +1,7 @@
- use ExtUtils::MakeMaker;
-
- WriteMakefile(
-- NAME => 'percona-toolkit',
-+ NAME => 'Percona::Toolkit',
- VERSION => '2.2.19',
- EXE_FILES => [ <bin/*> ],
- MAN1PODS => {
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-2.2.20-fix-package-name.patch b/dev-db/percona-toolkit/files/percona-toolkit-2.2.20-fix-package-name.patch
deleted file mode 100644
index 9865e1ba1a7a..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-2.2.20-fix-package-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Source https://github.com/percona/percona-toolkit/pull/84
-Adapted to current version
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,7 +1,7 @@
- use ExtUtils::MakeMaker;
-
- WriteMakefile(
-- NAME => 'percona-toolkit',
-+ NAME => 'Percona::Toolkit',
- VERSION => '2.2.20',
- EXE_FILES => [ <bin/*> ],
- MAN1PODS => {
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-2.2.7-no-versioncheck.patch b/dev-db/percona-toolkit/files/percona-toolkit-2.2.7-no-versioncheck.patch
deleted file mode 100644
index d6d38177b18f..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-2.2.7-no-versioncheck.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-archiver new/percona-toolkit-2.2.7/bin/pt-archiver
---- old/percona-toolkit-2.2.7/bin/pt-archiver 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-archiver 2014-05-21 18:13:49.148631547 +0200
-@@ -7465,8 +7465,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-config-diff new/percona-toolkit-2.2.7/bin/pt-config-diff
---- old/percona-toolkit-2.2.7/bin/pt-config-diff 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-config-diff 2014-05-21 18:13:38.012402960 +0200
-@@ -5563,8 +5563,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-deadlock-logger new/percona-toolkit-2.2.7/bin/pt-deadlock-logger
---- old/percona-toolkit-2.2.7/bin/pt-deadlock-logger 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-deadlock-logger 2014-05-21 18:11:18.923569703 +0200
-@@ -5332,8 +5332,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-diskstats new/percona-toolkit-2.2.7/bin/pt-diskstats
---- old/percona-toolkit-2.2.7/bin/pt-diskstats 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-diskstats 2014-05-21 18:11:04.041268359 +0200
-@@ -5468,8 +5468,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-duplicate-key-checker new/percona-toolkit-2.2.7/bin/pt-duplicate-key-checker
---- old/percona-toolkit-2.2.7/bin/pt-duplicate-key-checker 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-duplicate-key-checker 2014-05-21 18:12:51.993462828 +0200
-@@ -5430,8 +5430,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-find new/percona-toolkit-2.2.7/bin/pt-find
---- old/percona-toolkit-2.2.7/bin/pt-find 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-find 2014-05-21 18:09:46.496705351 +0200
-@@ -4440,8 +4440,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-fk-error-logger new/percona-toolkit-2.2.7/bin/pt-fk-error-logger
---- old/percona-toolkit-2.2.7/bin/pt-fk-error-logger 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-fk-error-logger 2014-05-21 18:12:39.277202489 +0200
-@@ -4335,8 +4335,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-heartbeat new/percona-toolkit-2.2.7/bin/pt-heartbeat
---- old/percona-toolkit-2.2.7/bin/pt-heartbeat 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-heartbeat 2014-05-21 18:09:29.885373476 +0200
-@@ -6019,8 +6019,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-index-usage new/percona-toolkit-2.2.7/bin/pt-index-usage
---- old/percona-toolkit-2.2.7/bin/pt-index-usage 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-index-usage 2014-05-21 18:08:58.139739567 +0200
-@@ -7348,8 +7348,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-kill new/percona-toolkit-2.2.7/bin/pt-kill
---- old/percona-toolkit-2.2.7/bin/pt-kill 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-kill 2014-05-21 18:11:45.264103271 +0200
-@@ -7626,8 +7626,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-online-schema-change new/percona-toolkit-2.2.7/bin/pt-online-schema-change
---- old/percona-toolkit-2.2.7/bin/pt-online-schema-change 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-online-schema-change 2014-05-21 18:13:04.843724091 +0200
-@@ -11298,8 +11298,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-query-digest new/percona-toolkit-2.2.7/bin/pt-query-digest
---- old/percona-toolkit-2.2.7/bin/pt-query-digest 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-query-digest 2014-05-21 18:12:23.127872894 +0200
-@@ -16265,8 +16265,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-slave-delay new/percona-toolkit-2.2.7/bin/pt-slave-delay
---- old/percona-toolkit-2.2.7/bin/pt-slave-delay 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-slave-delay 2014-05-21 18:08:11.586811388 +0200
-@@ -4698,8 +4698,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-slave-restart new/percona-toolkit-2.2.7/bin/pt-slave-restart
---- old/percona-toolkit-2.2.7/bin/pt-slave-restart 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-slave-restart 2014-05-21 18:11:32.423843497 +0200
-@@ -5638,8 +5638,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-table-checksum new/percona-toolkit-2.2.7/bin/pt-table-checksum
---- old/percona-toolkit-2.2.7/bin/pt-table-checksum 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-table-checksum 2014-05-21 18:14:03.377924135 +0200
-@@ -12314,8 +12314,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-table-sync new/percona-toolkit-2.2.7/bin/pt-table-sync
---- old/percona-toolkit-2.2.7/bin/pt-table-sync 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-table-sync 2014-05-21 18:10:18.476350097 +0200
-@@ -12501,8 +12501,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-upgrade new/percona-toolkit-2.2.7/bin/pt-upgrade
---- old/percona-toolkit-2.2.7/bin/pt-upgrade 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-upgrade 2014-05-21 18:08:38.344342935 +0200
-@@ -11003,8 +11003,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
-diff -rupN old/percona-toolkit-2.2.7/bin/pt-variable-advisor new/percona-toolkit-2.2.7/bin/pt-variable-advisor
---- old/percona-toolkit-2.2.7/bin/pt-variable-advisor 2014-02-20 08:20:28.000000000 +0100
-+++ new/percona-toolkit-2.2.7/bin/pt-variable-advisor 2014-05-21 18:10:01.967017827 +0200
-@@ -5968,8 +5968,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
--
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
- This is a standard "check for updates automatically" feature, with two
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-3.0.10-slave-delay-fix.patch b/dev-db/percona-toolkit/files/percona-toolkit-3.0.10-slave-delay-fix.patch
deleted file mode 100644
index 8b8e17d7bfd7..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-3.0.10-slave-delay-fix.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-https://bugs.launchpad.net/percona-toolkit/+bug/962330
-https://bugs.launchpad.net/percona-toolkit/+bug/1095476
-
-diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay
-index 750b733..fca04e4 100755
---- a/bin/pt-slave-delay
-+++ b/bin/pt-slave-delay
-@@ -4244,6 +4244,7 @@ sub main {
- my ( $TS, $FILE, $POS ) = ( 0, 1, 2 );
- my @positions;
- my $next_start = 0;
-+ my $initial_delay = 0;
- $now = time();
- my $end = $now + ( $o->get('run-time') || 0 ); # When we should exit
-
-@@ -4258,6 +4259,10 @@ sub main {
- die "Slave SQL thread is not running";
- }
-
-+ if (defined $status->{seconds_behind_master} and $status->{seconds_behind_master} > 0) {
-+ $initial_delay = $status->{seconds_behind_master};
-+ }
-+
- my $master_dbh;
- if ( $master_dsn ) {
- PTDEBUG && _d('Connecting to master via DSN from cmd-line');
-@@ -4383,7 +4388,7 @@ sub main {
- || $pos->[$POS] != $res->{position} )
- {
- push @positions,
-- [ $now, $res->{file}, $res->{position} ];
-+ [ $now - ( $initial_delay || 0 ), $res->{file}, $res->{position} ];
- }
- }
- else {
-@@ -4403,7 +4408,7 @@ sub main {
- # That happened because for an already lagged slave, $now
- # isn't the correct time, but is actually
- # $now - $seconds_lagged.
-- $now - ( $status->{seconds_behind_master} || 0 ),
-+ $now - ( $initial_delay || 0 ),
- $status->{master_log_file},
- $status->{read_master_log_pos}
- ];
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-fix-package-name.patch b/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-fix-package-name.patch
deleted file mode 100644
index 4ca3ecf5fff0..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-fix-package-name.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.PL b/Makefile.PL
-index a2136634..2a0f587b 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,7 +1,7 @@
- use ExtUtils::MakeMaker;
-
- WriteMakefile(
-- NAME => 'percona-toolkit',
-+ NAME => 'Percona::Toolkit',
- VERSION => '3.0.7',
- EXE_FILES => [ <bin/*> ],
- MAN1PODS => {
diff --git a/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-no-versioncheck.patch b/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-no-versioncheck.patch
deleted file mode 100644
index 8fb0c8f4102d..000000000000
--- a/dev-db/percona-toolkit/files/percona-toolkit-3.0.7-no-versioncheck.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-diff --git a/bin/pt-archiver b/bin/pt-archiver
-index bde24c7e..8f18f49c 100755
---- a/bin/pt-archiver
-+++ b/bin/pt-archiver
-@@ -8151,7 +8151,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-config-diff b/bin/pt-config-diff
-index cfbfd83f..4f7c1932 100755
---- a/bin/pt-config-diff
-+++ b/bin/pt-config-diff
-@@ -5713,7 +5713,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger
-index 7acc0b07..ae8b1c2c 100755
---- a/bin/pt-deadlock-logger
-+++ b/bin/pt-deadlock-logger
-@@ -5498,7 +5498,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-diskstats b/bin/pt-diskstats
-index 64e73457..8eac85e8 100755
---- a/bin/pt-diskstats
-+++ b/bin/pt-diskstats
-@@ -5557,7 +5557,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker
-index c8808198..1c89b04f 100755
---- a/bin/pt-duplicate-key-checker
-+++ b/bin/pt-duplicate-key-checker
-@@ -5565,7 +5565,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-find b/bin/pt-find
-index bdf03ee0..b72b3c4c 100755
---- a/bin/pt-find
-+++ b/bin/pt-find
-@@ -4551,7 +4551,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger
-index 75afca17..dce96c79 100755
---- a/bin/pt-fk-error-logger
-+++ b/bin/pt-fk-error-logger
-@@ -4485,7 +4485,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat
-index 5d39e46d..6f8c7bca 100755
---- a/bin/pt-heartbeat
-+++ b/bin/pt-heartbeat
-@@ -7127,7 +7127,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-index-usage b/bin/pt-index-usage
-index 0fa6e008..c9d62436 100755
---- a/bin/pt-index-usage
-+++ b/bin/pt-index-usage
-@@ -7495,7 +7495,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-kill b/bin/pt-kill
-index 65d627b3..b5afcef0 100755
---- a/bin/pt-kill
-+++ b/bin/pt-kill
-@@ -7936,7 +7936,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change
-index c43ddad6..524f060e 100755
---- a/bin/pt-online-schema-change
-+++ b/bin/pt-online-schema-change
-@@ -12661,7 +12661,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-query-digest b/bin/pt-query-digest
-index a4501819..ee3e2b7b 100755
---- a/bin/pt-query-digest
-+++ b/bin/pt-query-digest
-@@ -16541,7 +16541,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay
-index 0b7b9294..a6aa0afe 100755
---- a/bin/pt-slave-delay
-+++ b/bin/pt-slave-delay
-@@ -4788,7 +4788,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart
-index b3bf79e5..4eaaf8f9 100755
---- a/bin/pt-slave-restart
-+++ b/bin/pt-slave-restart
-@@ -5938,7 +5938,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum
-index 1ac4e500..981ca3d6 100755
---- a/bin/pt-table-checksum
-+++ b/bin/pt-table-checksum
-@@ -13653,7 +13653,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-table-sync b/bin/pt-table-sync
-index dedd789b..f4b9f367 100755
---- a/bin/pt-table-sync
-+++ b/bin/pt-table-sync
-@@ -12774,7 +12774,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-upgrade b/bin/pt-upgrade
-index 78ed0d82..d64c02ce 100755
---- a/bin/pt-upgrade
-+++ b/bin/pt-upgrade
-@@ -11206,7 +11206,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-
-diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor
-index 66d001f8..d7cbf247 100755
---- a/bin/pt-variable-advisor
-+++ b/bin/pt-variable-advisor
-@@ -6058,7 +6058,6 @@ Show version and exit.
-
- =item --[no]version-check
-
--default: yes
-
- Check for the latest version of Percona Toolkit, MySQL, and other programs.
-