From 01c5b9f20b53a79d1ba03644a39c8463d79d9867 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Mon, 11 Dec 2017 11:29:31 -0300 Subject: [PATCH] PT-204 Updated version & changelog --- Changelog | 1 + bin/pt-table-checksum | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 573b8f02..537a14be 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ v3.0.6 * Fixed bug PT-229: pt-online-schema-change does not retry on deadlock error when using percona 5.7 * Fixed bug PT-225: pt-table-checksum ignores generated cols * Improvement PT-221: pt-table-sync pt-table-sync support for MyRocks + * Improvement PT-204: Make pt-table-checksum to skip RocksDB tables v3.0.5 released 2017-11-20 diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 45c2fb99..c1f14786 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -58,7 +58,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.0.5'; +our $VERSION = '3.0.6'; use strict; use warnings FATAL => 'all'; @@ -13907,6 +13907,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 3.0.5 +pt-table-checksum 3.0.6 =cut