Build repcona-toolkit-3.0.12

This commit is contained in:
EvgeniyPatlan
2018-09-11 11:22:26 +00:00
parent ffc0fd9ae2
commit 2cb3533611
40 changed files with 74 additions and 39 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit Changelog for Percona Toolkit
v3.0.12 released 2018-09-11
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars * 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-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-1574: pt-online-schema-change fails on UK and NULLs

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -5743,6 +5743,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-duplicate-key-checker 3.0.11 pt-duplicate-key-checker 3.0.12
=cut =cut

View File

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

View File

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

View File

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

View File

@@ -4666,6 +4666,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fk-error-logger 3.0.11 pt-fk-error-logger 3.0.12
=cut =cut

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -13105,6 +13105,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-online-schema-change 3.0.11 pt-online-schema-change 3.0.12
=cut =cut

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -3281,6 +3281,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-visual-explain 3.0.11 pt-visual-explain 3.0.12
=cut =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 percona-toolkit (3.0.11-1) unstable; urgency=low
* Improvement PT-1571 : Improved hostname recognition in pt-secure-collect * 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. # The short X.Y version.
version = '3.0' version = '3.0'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

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

View File

@@ -1,6 +1,31 @@
Percona Toolkit Percona Toolkit
*************** ***************
v3.0.12 released 2018-09-11
===========================
Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` fails with UTF-8 chars
* :jirabug:`PT-1603`: ``pt-table-sync`` is not considering unsorted enum fields in indexes for calculating chunk boundaries
* :jirabug:`PT-1574`: ``pt-online-schema-change`` fails on UK and NULLs
* :jirabug:`PT-1572`: Better usage of ENUM fields in keys in NibbleIterator
* :jirabug:`PT-1422`: ``pt-mysql-summary`` may get stuck when Time: NULL in processlist
Documentation changes
* :jirabug:`PT-1321`: Add required MySQL privileges to ``pt-online-schema-change`` documentation
Changelog
---------
* 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
.. include:: rn.3-0-11.txt .. include:: rn.3-0-11.txt
.. include:: rn.3-0-10.txt .. include:: rn.3-0-10.txt

View File

@@ -1,6 +1,3 @@
v3.0.11 released 2018-07-06
===========================
Fixed bugs Fixed bugs
* :jirabug:`PT-1611`: ``pt-archiver`` fails with UTF-8 chars * :jirabug:`PT-1611`: ``pt-archiver`` fails with UTF-8 chars

View File

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