diff --git a/Changelog b/Changelog index 2be49977..e2ae23d1 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ Changelog for Percona Toolkit + * Fixed bug 1080384: pt-table-checksum 2.1.6 crashes using PTDEBUG + * Fixed bug 1080385: pt-table-checksum 2.1.6 --check-binlog-format doesn't ignore PXC nodes + v2.1.6 released 2012-11-13 * pt-online-schema-change: Columns can now be renamed without data loss diff --git a/bin/pt-archiver b/bin/pt-archiver index 70dc5115..9dd4943c 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -39,7 +39,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-config-diff b/bin/pt-config-diff index bf8f5008..8f7f0a66 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -38,7 +38,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 3e74c850..7798da3f 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -36,7 +36,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-diskstats b/bin/pt-diskstats index ea4af7b3..cd83f753 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -38,7 +38,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 5e4122f6..c27c73c3 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -39,7 +39,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-find b/bin/pt-find index b589ac2e..5d0ade05 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -35,7 +35,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index ccd4381e..c395ca09 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -35,7 +35,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index 7c858647..1ca30ba7 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -37,7 +37,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-index-usage b/bin/pt-index-usage index d6fcf0b3..7dddf9af 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -45,7 +45,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-kill b/bin/pt-kill index 8b342778..59482bf0 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -43,7 +43,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index aedd79e3..06f1b584 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -50,7 +50,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-query-advisor b/bin/pt-query-advisor index 505a6151..a9acd562 100755 --- a/bin/pt-query-advisor +++ b/bin/pt-query-advisor @@ -46,7 +46,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-query-digest b/bin/pt-query-digest index c577f77a..c6d81df7 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -64,7 +64,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 447cec38..ea14b37f 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -36,7 +36,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index aa59b3a4..6c7778c2 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -37,7 +37,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 5c4c0a0c..179dc904 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -53,7 +53,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 08b00953..fb0b308f 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -22,6 +22,7 @@ BEGIN { TableSyncStream TableParser RowDiff + MySQLDump ChangeHandler TableChunker TableChecksum @@ -51,7 +52,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 44b9c9e5..a017fd9d 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -58,7 +58,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 60f2375c..0ec4626f 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -40,7 +40,7 @@ BEGIN { # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; } diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index 37300d4c..252ede7a 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -19,7 +19,7 @@ # ########################################################################### { package Percona::Toolkit; -our $VERSION = '2.1.6'; +our $VERSION = '2.1.7'; 1; }