PT-204 Updated version & changelog

This commit is contained in:
Carlos Salguero
2017-12-11 11:29:31 -03:00
parent a2c9659eda
commit 01c5b9f20b
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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