From 4cbd8c2295cea9b4be20f110fd7e399476ddb4c6 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Thu, 14 Mar 2013 10:27:23 -0700 Subject: [PATCH] Update Percona::Toolkit::VERSION in all tools. --- 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-find | 2 +- bin/pt-fk-error-logger | 2 +- bin/pt-heartbeat | 2 +- bin/pt-index-usage | 2 +- bin/pt-kill | 2 +- bin/pt-online-schema-change | 2 +- bin/pt-query-digest | 2 +- bin/pt-slave-delay | 2 +- bin/pt-slave-restart | 2 +- bin/pt-table-checksum | 2 +- bin/pt-table-sync | 2 +- bin/pt-upgrade | 2 +- bin/pt-variable-advisor | 2 +- lib/Percona/Toolkit.pm | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bin/pt-archiver b/bin/pt-archiver index d744279c..50d8d004 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -42,7 +42,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 78b30f11..a8d3a91a 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -42,7 +42,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 08d948c4..0a59e4d6 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -41,7 +41,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 1b96d4b8..93eab16a 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -37,7 +37,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index bcafad29..0721ab50 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -38,7 +38,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-find b/bin/pt-find index 1640ff78..97916664 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -34,7 +34,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index f11ab191..e73e10ae 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -36,7 +36,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index b29a1317..63fbe14c 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -37,7 +37,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 2da5445b..67cd0c59 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -44,7 +44,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-kill b/bin/pt-kill index 7d736edb..ce02aa5f 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -46,7 +46,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 759d5518..96ca2111 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -53,7 +53,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 7629f4a3..6095a14b 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -63,7 +63,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 3706661f..d32d805d 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -39,7 +39,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index e1b68f3b..3cc8bfe4 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -40,7 +40,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index c53ded25..b076e44e 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -56,7 +56,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-table-sync b/bin/pt-table-sync index c612c9c7..be93012f 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -54,7 +54,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-upgrade b/bin/pt-upgrade index edd0134e..7a9ec8a9 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -60,7 +60,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 0eb6924e..914b611d 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -43,7 +43,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; } diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index 356f0d7b..9716c463 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -19,7 +19,7 @@ # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.9'; +our $VERSION = '2.2.1'; 1; }