mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Build percona-toolkit-3.0.13
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Changelog for Percona Toolkit
|
||||
|
||||
v3.0.13 released 2018-12-28
|
||||
|
||||
* Fixed bug PT-1673: Fix pt-show-grants for MariaDB 10+ (thanks Tim Birkett)
|
||||
* Fixed bug PT-1638: pt-online-schema-change not working with MariaDB 10.x
|
||||
* Improvement PT-1637: Added --fail-on stopped-replication param to table checksum
|
||||
|
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'percona-toolkit',
|
||||
VERSION => '3.0.12',
|
||||
VERSION => '3.0.13',
|
||||
EXE_FILES => [ <bin/*> ],
|
||||
MAN1PODS => {
|
||||
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
||||
|
@@ -1359,6 +1359,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-align 3.0.12
|
||||
pt-align 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -8606,6 +8606,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-archiver 3.0.12
|
||||
pt-archiver 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -5890,6 +5890,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-config-diff 3.0.12
|
||||
pt-config-diff 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -5680,6 +5680,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-deadlock-logger 3.0.12
|
||||
pt-deadlock-logger 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -5674,6 +5674,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-diskstats 3.0.12
|
||||
pt-diskstats 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -5743,6 +5743,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-duplicate-key-checker 3.0.12
|
||||
pt-duplicate-key-checker 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -1648,6 +1648,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fifo-split 3.0.12
|
||||
pt-fifo-split 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -5104,6 +5104,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-find 3.0.12
|
||||
pt-find 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -2239,6 +2239,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fingerprint 3.0.12
|
||||
pt-fingerprint 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -4666,6 +4666,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fk-error-logger 3.0.12
|
||||
pt-fk-error-logger 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -7345,6 +7345,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-heartbeat 3.0.12
|
||||
pt-heartbeat 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -7673,6 +7673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-index-usage 3.0.12
|
||||
pt-index-usage 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -1127,7 +1127,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-ioprofile 3.0.12
|
||||
pt-ioprofile 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -8513,6 +8513,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-kill 3.0.12
|
||||
pt-kill 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -804,7 +804,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-mext 3.0.12
|
||||
pt-mext 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -3290,7 +3290,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-mysql-summary 3.0.12
|
||||
pt-mysql-summary 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -13119,6 +13119,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-online-schema-change 3.0.12
|
||||
pt-online-schema-change 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -897,7 +897,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-pmp 3.0.12
|
||||
pt-pmp 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -16915,6 +16915,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-query-digest 3.0.12
|
||||
pt-query-digest 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -2592,6 +2592,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-show-grants 3.0.12
|
||||
pt-show-grants 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -1245,7 +1245,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-sift 3.0.12
|
||||
pt-sift 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -4966,6 +4966,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-delay 3.0.12
|
||||
pt-slave-delay 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -4482,6 +4482,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-find 3.0.12
|
||||
pt-slave-find 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -6118,6 +6118,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-restart 3.0.12
|
||||
pt-slave-restart 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -2379,7 +2379,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-stalk 3.0.12
|
||||
pt-stalk 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -2723,7 +2723,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-summary 3.0.12
|
||||
pt-summary 3.0.13
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -14111,6 +14111,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-checksum 3.0.12
|
||||
pt-table-checksum 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -13050,6 +13050,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-sync 3.0.12
|
||||
pt-table-sync 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -8487,6 +8487,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-usage 3.0.12
|
||||
pt-table-usage 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -11420,6 +11420,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-upgrade 3.0.12
|
||||
pt-upgrade 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -6235,6 +6235,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-variable-advisor 3.0.12
|
||||
pt-variable-advisor 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -3281,6 +3281,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-visual-explain 3.0.12
|
||||
pt-visual-explain 3.0.13
|
||||
|
||||
=cut
|
||||
|
@@ -1,3 +1,16 @@
|
||||
percona-toolkit (3.0.13-1) unstable; urgency=low
|
||||
|
||||
* Fixed bug PT-1673: Fix pt-show-grants for MariaDB 10+ (thanks Tim Birkett)
|
||||
* Fixed bug PT-1638: pt-online-schema-change not working with MariaDB 10.x
|
||||
* Improvement PT-1637: Added --fail-on stopped-replication param to table checksum
|
||||
* Fixed bug PT-1616: pt-table-checksum fails to --resume on certain binary strings
|
||||
* Fixed bug PT-1573: pt-query-digest log_timestamps = SYSTEM # No events processed
|
||||
* Improvement PT-1340: pt-stalk should not call mysqladmin debug by default
|
||||
* Fixed bug PT-1114: pt-table-checksum fails when table is empty
|
||||
* Fixed bug PT-157: Specifying the index to use for pt-archiver ignores --primary-key-only
|
||||
|
||||
-- Percona Toolkit Developers <toolkit-dev@percona.com> Fri, 28 Dec 2018 08:06:00 +0000
|
||||
|
||||
percona-toolkit (3.0.12-1) unstable; urgency=low
|
||||
|
||||
* Fixed bug PT-1611: pt-archiver fails with UTF-8 chars
|
||||
|
@@ -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.12'
|
||||
release = '3.0.13'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@@ -560,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Percona Toolkit v3.0.12 released 2018-09-11
|
||||
Percona Toolkit v3.0.13 released 2018-12-28
|
||||
|
||||
=cut
|
||||
|
@@ -1,6 +1,34 @@
|
||||
Percona Toolkit
|
||||
***************
|
||||
|
||||
v3.0.13 released 2019-01-03
|
||||
===========================
|
||||
|
||||
Improvements
|
||||
|
||||
* :jirabug:`PT-1340`: ``pt-stalk`` now doesn't call ``mysqladmin debug`` command
|
||||
by default to avoid flooding in the error log when not needed.
|
||||
``CMD_MYSQLADMIN="mysqladmin debug"`` environment variable reverts
|
||||
``pt-stalk`` to the previous way of operation.
|
||||
* :jirabug:`PT-1637`: A new ``--fail-on-stopped-replication`` option allows
|
||||
``pt-table-checksum`` to detect failing slave nodes.
|
||||
|
||||
Fixed bugs
|
||||
|
||||
* :jirabug:`PT-1673`: ``pt-show-grants`` was incompatible with MariaDB 10+
|
||||
(thanks `Tim Birkett <https://github.com/pysysops>`_)
|
||||
* :jirabug:`PT-1638`: ``pt-online-schema-change`` was erroneously taking MariaDB
|
||||
10.x for MySQL 8.0 and rejecting to work with it to avoid the upstream bug
|
||||
`#89441 <https://bugs.mysql.com/bug.php?id=89441>`_ scope.
|
||||
* :jirabug:`PT-1616`: ``pt-table-checksum`` failed to resume on large tables
|
||||
with binary strings containing invalid UTF-8 characters.
|
||||
* :jirabug:`PT-1573`: ``pt-query-digest`` didn't work in case of
|
||||
``log_timestamps = SYSTEM`` my.cnf option.
|
||||
* :jirabug:`PT-1114`: ``pt-table-checksum`` failed when the table was empty.
|
||||
* :jirabug:`PT-157`: Specifying a non-primary key index with the ``i`` part of
|
||||
the ``--source`` argument made ``pt-archiver`` to ignore the
|
||||
``--primary-key-only`` option presence.
|
||||
|
||||
v3.0.12 released 2018-09-13
|
||||
===========================
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
GO := go
|
||||
pkgs = $(shell find . -type d -name "pt-*" -exec basename {} \;)
|
||||
VERSION="3.0.12"
|
||||
VERSION="3.0.13"
|
||||
BUILD=$(shell date +%FT%T%z)
|
||||
GOVERSION=$(shell go version | cut --delimiter=" " -f3)
|
||||
GOUTILSDIR ?= $(GOPATH)/bin
|
||||
|
Reference in New Issue
Block a user