Merge pull request #363 from percona/release-3.0.12

RM-387 Updated version, changelog and release notes
This commit is contained in:
Carlos Salguero
2018-09-24 10:52:14 -03:00
committed by GitHub
41 changed files with 106 additions and 127598 deletions

View File

@@ -1,5 +1,11 @@
Changelog for Percona Toolkit
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
* Improvement PT-1321: Add required MySQL privileges to pt-online-schema-change documentation
v3.0.11 released 2018-07-06
* Improvement PT-1571 : Improved hostname recognition in pt-secure-collect

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'percona-toolkit',
VERSION => '3.0.11',
VERSION => '3.0.12',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1359,6 +1359,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.0.11
pt-align 3.0.12
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -8593,6 +8593,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.0.11
pt-archiver 3.0.12
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -5890,6 +5890,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.0.11
pt-config-diff 3.0.12
=cut

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -5680,6 +5680,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.0.11
pt-deadlock-logger 3.0.12
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -5674,6 +5674,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.0.11
pt-diskstats 3.0.12
=cut

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -5743,6 +5743,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.0.11
pt-duplicate-key-checker 3.0.12
=cut

View File

@@ -1648,6 +1648,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.0.11
pt-fifo-split 3.0.12
=cut

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -5104,6 +5104,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.0.11
pt-find 3.0.12
=cut

View File

@@ -2239,6 +2239,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.0.11
pt-fingerprint 3.0.12
=cut

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -4666,6 +4666,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.0.11
pt-fk-error-logger 3.0.12
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -7345,6 +7345,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.0.11
pt-heartbeat 3.0.12
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -7673,6 +7673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.0.11
pt-index-usage 3.0.12
=cut

View File

@@ -1127,7 +1127,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.0.11
pt-ioprofile 3.0.12
=cut

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -8501,6 +8501,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.0.11
pt-kill 3.0.12
=cut

View File

@@ -804,7 +804,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 3.0.11
pt-mext 3.0.12
=cut

View File

@@ -3290,7 +3290,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.0.11
pt-mysql-summary 3.0.12
=cut

View File

@@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -13105,6 +13105,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.0.11
pt-online-schema-change 3.0.12
=cut

View File

@@ -897,7 +897,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.0.11
pt-pmp 3.0.12
=cut

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -16915,6 +16915,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.0.11
pt-query-digest 3.0.12
=cut

View File

@@ -2591,6 +2591,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.0.11
pt-show-grants 3.0.12
=cut

View File

@@ -1245,7 +1245,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.0.11
pt-sift 3.0.12
=cut

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -4966,6 +4966,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.0.11
pt-slave-delay 3.0.12
=cut

View File

@@ -4482,6 +4482,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.0.11
pt-slave-find 3.0.12
=cut

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -6118,6 +6118,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.0.11
pt-slave-restart 3.0.12
=cut

View File

@@ -2379,7 +2379,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.0.11
pt-stalk 3.0.12
=cut

View File

@@ -2723,7 +2723,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.0.11
pt-summary 3.0.12
=cut

View File

@@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -14084,6 +14084,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.0.11
pt-table-checksum 3.0.12
=cut

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -13050,6 +13050,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.0.11
pt-table-sync 3.0.12
=cut

View File

@@ -8487,6 +8487,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.0.11
pt-table-usage 3.0.12
=cut

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -11420,6 +11420,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.0.11
pt-upgrade 3.0.12
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '3.0.11-dev';
our $VERSION = '3.0.12';
use strict;
use warnings FATAL => 'all';
@@ -6235,6 +6235,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.0.11
pt-variable-advisor 3.0.12
=cut

View File

@@ -3281,6 +3281,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.0.11
pt-visual-explain 3.0.12
=cut

View File

@@ -1,3 +1,14 @@
percona-toolkit (3.0.12-1) unstable; urgency=low
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
* Fixed bug PT-1603: pt-table-sync is not considering unsorted enum fields in indexes for calculating chunk boundaries
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
* Improvement PT-1321: Add required MySQL privileges to pt-online-schema-change documentation
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 11 Sep 2018 11:20:08 +0000
percona-toolkit (3.0.11-1) unstable; urgency=low
* Improvement PT-1571 : Improved hostname recognition in pt-secure-collect

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.11'
release = '3.0.12'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -560,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.0.11 released 2018-07-06
Percona Toolkit v3.0.12 released 2018-09-11
=cut

File diff suppressed because it is too large Load Diff

18
docs/rn.3-0-12.txt Normal file
View File

@@ -0,0 +1,18 @@
Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` failed to output UTF-8 characters.
* :jirabug:`PT-1574`: ``pt-online-schema-change`` failed on tables with a nullable unique key and a row with NULL values.
* :jirabug:`PT-1572`: ENUM fields usage in keys was improved, resulting in higher speed for expressions with sorted ENUM items.
* :jirabug:`PT-1422`: ``pt-mysql-summary`` could hang when NULL values appear in the processlist Time column.
Documentation changes
* :jirabug:`PT-1321`: The required MySQL privileges were detailed in `pt-online-schema-change`` documentation
Changelog
---------
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
* Fixed bug PT-1574: pt-online-schema-change fails on UK and NULLs
* Fixed bug PT-1572: Better usage of ENUM fields in keys in NibbleIterator
* Fixed bug PT-1422: pt-mysql-summary may get stuck when Time: NULL in processlist
* Improvement PT-1321: Add required MySQL privileges to pt-online-schema-change documentation

View File

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

View File

@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-*" -exec basename {} \;)
VERSION="3.0.11"
VERSION="3.0.12"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
GOUTILSDIR ?= $(GOPATH)/bin