Update Percona::Toolkit::VERSION and Changelog.

This commit is contained in:
Daniel Nichter
2012-11-19 18:41:34 +00:00
parent 5278451292
commit 92e1242d00
21 changed files with 24 additions and 20 deletions

View File

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

View File

@@ -39,7 +39,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -38,7 +38,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -36,7 +36,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -38,7 +38,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -39,7 +39,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -35,7 +35,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -35,7 +35,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -37,7 +37,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -45,7 +45,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -43,7 +43,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -50,7 +50,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -46,7 +46,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -64,7 +64,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -36,7 +36,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -37,7 +37,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -53,7 +53,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

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

View File

@@ -58,7 +58,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -40,7 +40,7 @@ BEGIN {
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}

View File

@@ -19,7 +19,7 @@
# ###########################################################################
{
package Percona::Toolkit;
our $VERSION = '2.1.6';
our $VERSION = '2.1.7';
1;
}