Merge pull request #333 from percona/release-3.0.10

RM-358 Release branch for 3.0.10
This commit is contained in:
Carlos Salguero
2018-05-22 14:21:55 -03:00
committed by GitHub
40 changed files with 32570 additions and 61 deletions
+7 -1
View File
@@ -1,13 +1,19 @@
Changelog for Percona Toolkit
v3.0.10 released 2018-05-21
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)
+1 -1
View File
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'percona-toolkit',
VERSION => '3.0.9',
VERSION => '3.0.10',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
+1 -1
View File
@@ -1359,6 +1359,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.0.9
pt-align 3.0.10
=cut
+2 -2
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';
@@ -8579,6 +8579,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.0.9
pt-archiver 3.0.10
=cut
+2 -2
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';
@@ -5884,6 +5884,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.0.9
pt-config-diff 3.0.10
=cut
+2 -2
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';
@@ -5674,6 +5674,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.0.9
pt-deadlock-logger 3.0.10
=cut
+2 -2
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';
@@ -5668,6 +5668,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.0.9
pt-diskstats 3.0.10
=cut
+2 -2
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';
@@ -5737,6 +5737,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.0.9
pt-duplicate-key-checker 3.0.10
=cut
+1 -1
View File
@@ -1648,6 +1648,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.0.9
pt-fifo-split 3.0.10
=cut
+2 -2
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';
@@ -5098,6 +5098,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.0.9
pt-find 3.0.10
=cut
+1 -1
View File
@@ -2239,6 +2239,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.0.9
pt-fingerprint 3.0.10
=cut
+2 -2
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';
@@ -4660,6 +4660,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.0.9
pt-fk-error-logger 3.0.10
=cut
+2 -2
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';
@@ -7339,6 +7339,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.0.9
pt-heartbeat 3.0.10
=cut
+2 -2
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';
@@ -7667,6 +7667,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.0.9
pt-index-usage 3.0.10
=cut
+1 -1
View File
@@ -1127,7 +1127,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.0.9
pt-ioprofile 3.0.10
=cut
+2 -2
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';
@@ -8495,6 +8495,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.0.9
pt-kill 3.0.10
=cut
+1 -1
View File
@@ -804,7 +804,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.0.9
pt-mext 3.0.10
=cut
+1 -1
View File
@@ -3287,7 +3287,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.0.9
pt-mysql-summary 3.0.10
=cut
+2 -2
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';
@@ -13038,6 +13038,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.0.9
pt-online-schema-change 3.0.10
=cut
+1 -1
View File
@@ -897,7 +897,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.0.9
pt-pmp 3.0.10
=cut
+2 -2
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';
@@ -16901,6 +16901,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.0.9
pt-query-digest 3.0.10
=cut
+1 -1
View File
@@ -2588,6 +2588,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.0.9
pt-show-grants 3.0.10
=cut
+1 -1
View File
@@ -1245,7 +1245,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.0.9
pt-sift 3.0.10
=cut
+2 -2
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';
@@ -4960,6 +4960,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.0.9
pt-slave-delay 3.0.10
=cut
+1 -1
View File
@@ -4482,6 +4482,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.0.9
pt-slave-find 3.0.10
=cut
+2 -2
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';
@@ -6112,6 +6112,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.0.9
pt-slave-restart 3.0.10
=cut
+1 -1
View File
@@ -2376,7 +2376,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.0.9
pt-stalk 3.0.10
=cut
+1 -1
View File
@@ -2723,7 +2723,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.0.9
pt-summary 3.0.10
=cut
+2 -2
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';
@@ -14012,6 +14012,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.0.10-dev
pt-table-checksum 3.0.10
=cut
+2 -2
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';
@@ -13044,6 +13044,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.0.9
pt-table-sync 3.0.10
=cut
+1 -1
View File
@@ -8487,6 +8487,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.0.9
pt-table-usage 3.0.10
=cut
+2 -2
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';
@@ -11414,6 +11414,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.0.9
pt-upgrade 3.0.10
=cut
+2 -2
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';
@@ -6229,6 +6229,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.0.9
pt-variable-advisor 3.0.10
=cut
+1 -1
View File
@@ -3281,6 +3281,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.0.9
pt-visual-explain 3.0.10
=cut
+5
View File
@@ -1,3 +1,8 @@
percona-toolkit (3.0.10-1) unstable; urgency=low
-- Percona Toolkit Developers <toolkit-dev@percona.com> Mon, 21 May 2018 17:36:10 +0000
percona-toolkit (3.0.9-1) unstable; urgency=low
+1 -1
View File
@@ -50,7 +50,7 @@ copyright = u'2017, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.9'
release = '3.0.10'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -5
View File
@@ -102,10 +102,6 @@ Aggregate GDB stack traces for a selected program.
Analyze MySQL queries from logs, processlist, and tcpdump.
=item pt-secure-collect
Collect, sanitize, pack and encrypt pt-tools outputs.
=item pt-show-grants
Canonicalize and print MySQL grants so you can effectively replicate, compare and version-control them.
@@ -564,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.0.9 released 2018-04-17
Percona Toolkit v3.0.10 released 2018-05-21
=cut
+32503 -1
View File
File diff suppressed because it is too large Load Diff
+1 -1
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';
+1 -1
View File
@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-*" -exec basename {} \;)
VERSION="3.0.9"
VERSION="3.0.10"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
GOUTILSDIR ?= $(GOPATH)/bin