From 71630d9a6d1b3d091370211e0b1ff82b114c64a3 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Wed, 22 Apr 2020 09:54:40 -0300 Subject: [PATCH] Update PT version to 3.2 --- Changelog | 13 ++++++++++++- 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 +- 20 files changed, 31 insertions(+), 20 deletions(-) diff --git a/Changelog b/Changelog index b8142102..d8b8eefe 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,18 @@ Changelog for Percona Toolkit - * Fixed bug PT-1759: pt-stalk not collecting processlist and variables + * Fixed bug PT-1824: Name of a constraint can exceed 64 chars * Fixed bug PT-1793: Protocol parser cannot handle year 2020 (Thanks Kei Tsuchiya) + * Fixed bug PT-1782: pt-online-schema-change: FK keys warning, but there are no foreign keys + * Fixed bug PT-1773: pt-online-schema-change: Restrict the FK check if needed + * Fixed bug PT-1766: pt-table-checksum: DIFF_ROWS is not computed correctly + * Improvement PT-1765: Documentation for pt-table-checksum's DIFF_ROWS + * Fixed bug PT-1760: pt-online-schema-change: regression on slave with replication channels + * Fixed bug PT-1759: pt-stalk not collecting processlist and variables + * Improvement PT-1757: pt-table-checksum: Improvement on handling Small Tables + * Improvement PT-1707: IPv6 support + * Fixed bug PT-1576: pt-stalk mysql-only not working as expected + * Fixed bug PT-1502: pt-online-schema-change not working with multi-source replication + * Fixed bug PT-297 : pt-online-schema-change can break replication v3.1.0 release 2019-09-12 diff --git a/bin/pt-archiver b/bin/pt-archiver index 47b2f7b4..2ffed7da 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 4665fb86..e2a4583f 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -43,7 +43,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 44bbfab5..c43cbb72 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -42,7 +42,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 5c26a957..0990a26e 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -38,7 +38,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index a1ebb06f..f0bc823f 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -39,7 +39,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-find b/bin/pt-find index 5bf46ac3..3d35b886 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -35,7 +35,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index e0d2f708..a9d3d905 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -37,7 +37,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index dece1c88..1d55c294 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 1134f788..6c5702a4 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-kill b/bin/pt-kill index d276224f..fd84b822 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -47,7 +47,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index f9fefa7e..4093ff8a 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -56,7 +56,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 077b2e30..e6ddaf98 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -64,7 +64,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 88cfa1a4..f6e31cac 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -40,7 +40,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index 862c8d1e..201bc118 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -41,7 +41,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 72cd754e..cac0bf53 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -58,7 +58,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 6384afad..a5879807 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -55,7 +55,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 2fcbb6e2..f94a2d95 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -61,7 +61,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 2db33374..178c4c68 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all'; diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index 74daca35..4f9ecf9c 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -18,7 +18,7 @@ # ########################################################################### package Percona::Toolkit; -our $VERSION = '3.0.14-dev'; +our $VERSION = '3.2.0'; use strict; use warnings FATAL => 'all';