RM-358 Release branch for 3.0.10

Updated Changelog & Toolkit version
This commit is contained in:
Carlos Salguero
2018-05-18 14:42:20 -03:00
parent cdadd91802
commit 0f2faa355b
20 changed files with 24 additions and 20 deletions

View File

@@ -2,12 +2,16 @@ Changelog for Percona Toolkit
v3.0.10
* Fixed bug PT-1556 : pt-table-checksum 3.0.9 doesn't change binlog_format to statement anymore
* Improvement PT-1546 : Improved support of MySQL 8 roles
* Improvement PT-1543 : Encrypted table status query causes high load over multiple minutes
* Improvement PT-1536 : Add info about encrypted tablespaces in pt-mysql-summary
* Feature PT-131 : Make pt-table checksum to disable QRT plugin
* Feature PT-118 : pt-table-checksum report the number of rows of difference between master and slave
v3.0.9 released 2018-04-17
* Feature PT-1530 : Add support for encryption status to mysql-summary
* Fixed bug PT-1527 : pt-table-checksum ignores --nocheck-binlog-format
* Feature PT-1526 : Add ndb status to pt-mysql-summary (Thanks Fernando Ipar)
* Feature PT-1525 : Added support for MySQL 8 roles into pt-mysql-summary
* Feature PT-1509 : Only set binlog_format when necessary (Thanks Moritz Lenz)

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.10-dev';
our $VERSION = '3.0.10';
use strict;
use warnings FATAL => 'all';

View File

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