mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-28 02:07:54 +08:00
PT-204 Updated version & changelog
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user