Build percona-toolkit-2.2.20

This commit is contained in:
Evgeniy Patlan
2016-12-06 21:59:13 +00:00
parent a1189ccce9
commit 0bca7dd990
39 changed files with 2986 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit
v2.2.20 released 2016-12-06
v2.2.20 released 2016-12-09
* Fixed bug 1362942: pt-slave-restart fails on MariaDB 10.0.13 (gtid_mode confusion)

View File

@@ -1,4 +1,5 @@
Changelog
CONTRIBUTE.md
COPYING
INSTALL
Makefile.PL

View File

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

View File

@@ -1351,6 +1351,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.2.19
pt-align 2.2.20
=cut

View File

@@ -8418,6 +8418,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.19
pt-archiver 2.2.20
=cut

View File

@@ -5817,6 +5817,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.19
pt-config-diff 2.2.20
=cut

View File

@@ -5608,6 +5608,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.19
pt-deadlock-logger 2.2.20
=cut

View File

@@ -5619,6 +5619,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.19
pt-diskstats 2.2.20
=cut

View File

@@ -5662,6 +5662,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.19
pt-duplicate-key-checker 2.2.20
=cut

View File

@@ -1640,6 +1640,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.2.19
pt-fifo-split 2.2.20
=cut

View File

@@ -5029,6 +5029,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.19
pt-find 2.2.20
=cut

View File

@@ -2231,6 +2231,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.2.19
pt-fingerprint 2.2.20
=cut

View File

@@ -4594,6 +4594,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.19
pt-fk-error-logger 2.2.20
=cut

View File

@@ -7183,6 +7183,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.19
pt-heartbeat 2.2.20
=cut

View File

@@ -7592,6 +7592,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.19
pt-index-usage 2.2.20
=cut

View File

@@ -1125,7 +1125,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 2.2.19
pt-ioprofile 2.2.20
=cut

View File

@@ -8334,6 +8334,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.19
pt-kill 2.2.20
=cut

View File

@@ -801,7 +801,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 2.2.19
pt-mext 2.2.20
=cut

View File

@@ -3139,7 +3139,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.19
pt-mysql-summary 2.2.20
=cut

View File

@@ -12388,6 +12388,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.19
pt-online-schema-change 2.2.20
=cut

View File

@@ -895,7 +895,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 2.2.19
pt-pmp 2.2.20
=cut

View File

@@ -16723,6 +16723,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.19
pt-query-digest 2.2.20
=cut

View File

@@ -2516,6 +2516,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.2.19
pt-show-grants 2.2.20
=cut

View File

@@ -1243,7 +1243,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 2.2.19
pt-sift 2.2.20
=cut

View File

@@ -4911,6 +4911,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.19
pt-slave-delay 2.2.20
=cut

View File

@@ -4423,6 +4423,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.2.19
pt-slave-find 2.2.20
=cut

View File

@@ -6012,6 +6012,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.19
pt-slave-restart 2.2.20
=cut

View File

@@ -2249,7 +2249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.19
pt-stalk 2.2.20
=cut

View File

@@ -2714,7 +2714,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.2.19
pt-summary 2.2.20
=cut

View File

@@ -13053,6 +13053,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.19
pt-table-checksum 2.2.20
=cut

View File

@@ -12869,6 +12869,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.19
pt-table-sync 2.2.20
=cut

View File

@@ -8461,6 +8461,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.19
pt-table-usage 2.2.20
=cut

View File

@@ -11336,6 +11336,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.19
pt-upgrade 2.2.20
=cut

View File

@@ -6180,6 +6180,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.19
pt-variable-advisor 2.2.20
=cut

View File

@@ -3273,6 +3273,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.2.19
pt-visual-explain 2.2.20
=cut

View File

@@ -1,3 +1,8 @@
percona-toolkit (2.2.20-1) unstable; urgency=low
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 06 Dec 2016 21:57:10 +0000
percona-toolkit (2.2.19-1) unstable; urgency=low

View File

@@ -50,7 +50,7 @@ copyright = u'2016, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.19'
release = '2.2.20'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -557,6 +557,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.2.19 released 2016-08-15
Percona Toolkit v2.2.20 released 2016-12-06
=cut

File diff suppressed because it is too large Load Diff