Update PT version to 3.2

This commit is contained in:
Carlos Salguero
2020-04-22 09:54:40 -03:00
parent 96ed8dba0b
commit 71630d9a6d
20 changed files with 31 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '3.0.14-dev';
our $VERSION = '3.2.0';
use strict;
use warnings FATAL => 'all';