Build percona-toolkit-2.2.16

This commit is contained in:
Tomislav Plavcic
2015-11-06 20:50:27 +01:00
parent 2c27c0fc90
commit 2e6ff838f6
38 changed files with 77 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit
v2.2.16 released 2015-11-09
* Fixed bug 1452895: pt-archiver dies with "MySQL server has gone away" when innodb_kill_idle_transaction set to low value and bulk insert/delete process takes too long time
* Fixed bug 1488685: pt-kill option --filter does not work
* Feature 1402051: pt-online-schema-change should reconnect to slaves

View File

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

View File

@@ -1331,6 +1331,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.2.15
pt-align 2.2.16
=cut

View File

@@ -8386,6 +8386,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.15
pt-archiver 2.2.16
=cut

View File

@@ -5789,6 +5789,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.15
pt-config-diff 2.2.16
=cut

View File

@@ -5580,6 +5580,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.15
pt-deadlock-logger 2.2.16
=cut

View File

@@ -5591,6 +5591,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.15
pt-diskstats 2.2.16
=cut

View File

@@ -5631,6 +5631,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.15
pt-duplicate-key-checker 2.2.16
=cut

View File

@@ -1620,6 +1620,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.2.15
pt-fifo-split 2.2.16
=cut

View File

@@ -5001,6 +5001,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.15
pt-find 2.2.16
=cut

View File

@@ -2211,6 +2211,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.2.15
pt-fingerprint 2.2.16
=cut

View File

@@ -4566,6 +4566,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.15
pt-fk-error-logger 2.2.16
=cut

View File

@@ -6241,6 +6241,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.15
pt-heartbeat 2.2.16
=cut

View File

@@ -7565,6 +7565,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.15
pt-index-usage 2.2.16
=cut

View File

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

View File

@@ -8280,6 +8280,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.15
pt-kill 2.2.16
=cut

View File

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

View File

@@ -3102,7 +3102,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.15
pt-mysql-summary 2.2.16
=cut

View File

@@ -12074,6 +12074,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.15
pt-online-schema-change 2.2.16
=cut

View File

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

View File

@@ -16650,6 +16650,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.15
pt-query-digest 2.2.16
=cut

View File

@@ -2416,6 +2416,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.2.15
pt-show-grants 2.2.16
=cut

View File

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

View File

@@ -4883,6 +4883,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.15
pt-slave-delay 2.2.16
=cut

View File

@@ -4378,6 +4378,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.2.15
pt-slave-find 2.2.16
=cut

View File

@@ -5951,6 +5951,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.15
pt-slave-restart 2.2.16
=cut

View File

@@ -2251,7 +2251,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.15
pt-stalk 2.2.16
=cut

View File

@@ -2696,7 +2696,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.2.15
pt-summary 2.2.16
=cut

View File

@@ -12937,6 +12937,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.15
pt-table-checksum 2.2.16
=cut

View File

@@ -12799,6 +12799,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.15
pt-table-sync 2.2.16
=cut

View File

@@ -7578,6 +7578,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.15
pt-table-usage 2.2.16
=cut

View File

@@ -11309,6 +11309,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.15
pt-upgrade 2.2.16
=cut

View File

@@ -6152,6 +6152,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.15
pt-variable-advisor 2.2.16
=cut

View File

@@ -3253,6 +3253,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.2.15
pt-visual-explain 2.2.16
=cut

View File

@@ -1,3 +1,14 @@
percona-toolkit (2.2.16-1) unstable; urgency=low
* Fixed bug 1452895: pt-archiver dies with "MySQL server has gone away" when innodb_kill_idle_transaction set to low value and bulk insert/delete process takes too long time
* Fixed bug 1488685: pt-kill option --filter does not work
* Feature 1402051: pt-online-schema-change should reconnect to slaves
* Fixed bug 1491261: pt-online-schema-change, MySQL 5.6, and InnoDB optimizer stats can cause downtime
* Fixed bug 1494082: pt-stalk find -warn option is not portable
* Feature 1389041: Document that pt-table-checksum has high likelihood to skip a table when row count is around chunk-size * chunk-size-limit
-- Percona Toolkit Developers <toolkit-dev@percona.com> Fri, 06 Nov 2015 19:47:42 +0000
percona-toolkit (2.2.15-2) unstable; urgency=low
* Fixed bug 1056507: pt-archiver checked lag too frequently

View File

@@ -50,7 +50,7 @@ copyright = u'2015, 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.15'
release = '2.2.16'
# 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.15 released 2015-08-28
Percona Toolkit v2.2.16 released 2015-11-06
=cut

View File

@@ -1,6 +1,35 @@
Release Notes
*************
v2.2.16 released 2015-11-09
===========================
Percona Toolkit 2.2.16 has been released. This release contains 3 new features and 2 bug fixes.
New Features:
* 1491261: When using MySQL 5.6 or later, and ``innodb_stats_persistent`` option is enabled (by default, it is enabled), then ``pt-online-schema-change`` will now run with the ``--analyze-before-swap`` option. This ensures that queries continue to use correct execution path, instead of switching to full table scan, which could cause possible downtime. If you do not want ``pt-online-schema-change`` to run ``ANALYZE`` on new tables before the swap, you can disable this behavior using the ``--no-analyze-before-swap`` option.
* 1402051: ``pt-online-schema-change`` will now wait forever for slaves to be available and not be lagging. This ensures that the tool does not abort during faults and connection problems on slaves.
* 1452895: ``pt-archiver`` now issues keepalive queries during and after bulk insert/delete process that takes a long time. This keeps the connection alive even if the ``innodb_kill_idle_transaction`` variable is set to a low value.
Bug Fixes:
* 1488685: The ``--filter`` option for ``pt-kill`` now works correctly.
* 1494082: The ``pt-stalk`` tool no longer uses the ``-warn`` option when running ``find``, because the option is not supported on FreeBSD.
Changelog
---------
* Fixed bug 1452895: pt-archiver dies with "MySQL server has gone away" when innodb_kill_idle_transaction set to low value and bulk insert/delete process takes too long time
* Fixed bug 1488685: pt-kill option --filter does not work
* Feature 1402051: pt-online-schema-change should reconnect to slaves
* Fixed bug 1491261: pt-online-schema-change, MySQL 5.6, and InnoDB optimizer stats can cause downtime
* Fixed bug 1494082: pt-stalk find -warn option is not portable
* Feature 1389041: Document that pt-table-checksum has high likelihood to skip a table when row count is around chunk-size * chunk-size-limit
v2.2.15 released 2015-08-28
===========================