Build percona-toolkit-2.2.8

This commit is contained in:
Tomislav Plavcic
2014-06-05 09:24:48 +02:00
parent 1b2ea6756d
commit 50be317573
39 changed files with 92 additions and 40 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit
v2.2.8 released 2014-06-04
* Removed pt-agent
* Added pt-slave-restart GTID support
* Added pt-table-checksum --plugin

View File

@@ -4,7 +4,6 @@ INSTALL
Makefile.PL
MANIFEST
README
bin/pt-agent
bin/pt-align
bin/pt-archiver
bin/pt-config-diff

View File

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

View File

@@ -1323,6 +1323,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.2.7
pt-align 2.2.8
=cut

View File

@@ -7892,6 +7892,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.7
pt-archiver 2.2.8
=cut

View File

@@ -5733,6 +5733,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.7
pt-config-diff 2.2.8
=cut

View File

@@ -5522,6 +5522,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.7
pt-deadlock-logger 2.2.8
=cut

View File

@@ -5579,6 +5579,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.7
pt-diskstats 2.2.8
=cut

View File

@@ -5600,6 +5600,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.7
pt-duplicate-key-checker 2.2.8
=cut

View File

@@ -1612,6 +1612,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.2.7
pt-fifo-split 2.2.8
=cut

View File

@@ -4984,6 +4984,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.7
pt-find 2.2.8
=cut

View File

@@ -2203,6 +2203,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.2.7
pt-fingerprint 2.2.8
=cut

View File

@@ -4509,6 +4509,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.7
pt-fk-error-logger 2.2.8
=cut

View File

@@ -6192,6 +6192,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.7
pt-heartbeat 2.2.8
=cut

View File

@@ -7532,6 +7532,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.7
pt-index-usage 2.2.8
=cut

View File

@@ -1119,7 +1119,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 2.2.7
pt-ioprofile 2.2.8
=cut

View File

@@ -8183,6 +8183,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.7
pt-kill 2.2.8
=cut

View File

@@ -791,7 +791,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 2.2.7
pt-mext 2.2.8
=cut

View File

@@ -3089,7 +3089,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.7
pt-mysql-summary 2.2.8
=cut

View File

@@ -11541,6 +11541,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.7
pt-online-schema-change 2.2.8
=cut

View File

@@ -889,7 +889,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 2.2.7
pt-pmp 2.2.8
=cut

View File

@@ -16587,6 +16587,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.7
pt-query-digest 2.2.8
=cut

View File

@@ -2406,6 +2406,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.2.7
pt-show-grants 2.2.8
=cut

View File

@@ -1237,7 +1237,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 2.2.7
pt-sift 2.2.8
=cut

View File

@@ -4869,6 +4869,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.7
pt-slave-delay 2.2.8
=cut

View File

@@ -4334,6 +4334,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.2.7
pt-slave-find 2.2.8
=cut

View File

@@ -5937,6 +5937,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.7
pt-slave-restart 2.2.8
=cut

View File

@@ -2212,7 +2212,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.7
pt-stalk 2.2.8
=cut

View File

@@ -2690,7 +2690,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.2.7
pt-summary 2.2.8
=cut

View File

@@ -12674,6 +12674,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.7
pt-table-checksum 2.2.8
=cut

View File

@@ -12768,6 +12768,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.7
pt-table-sync 2.2.8
=cut

View File

@@ -7536,6 +7536,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.7
pt-table-usage 2.2.8
=cut

View File

@@ -11224,6 +11224,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.7
pt-upgrade 2.2.8
=cut

View File

@@ -6138,6 +6138,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.7
pt-variable-advisor 2.2.8
=cut

View File

@@ -3243,6 +3243,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.2.7
pt-visual-explain 2.2.8
=cut

View File

@@ -1,3 +1,17 @@
percona-toolkit (2.2.8) unstable; urgency=low
* Removed pt-agent
* Added pt-slave-restart GTID support
* Added pt-table-checksum --plugin
* Fixed bug 1304062: --ignore-tables does not work correctly
* Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
* Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
* Fixed bug 1286250: pt-online-schema-change requests password twice
* Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
* Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
-- Percona Toolkit Developers <toolkit-dev@percona.com> Thu, 05 Jun 2014 07:07:52 +0000
percona-toolkit (2.2.7) unstable; urgency=low
* Fixed bug 1279502: --version-check behaves like spyware

View File

@@ -50,7 +50,7 @@ copyright = u'2013, 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.7'
release = '2.2.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -26,10 +26,6 @@ This release of Percona Toolkit includes the following tools:
=over
=item pt-agent
Agent for Percona Cloud Tools
=item pt-align
Align output from other tools to columns.
@@ -561,6 +557,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.2.7 released 2014-02-20
Percona Toolkit v2.2.8 released 2014-06-05
=cut

View File

@@ -1,6 +1,47 @@
Release Notes
*************
v2.2.8 released 2014-06-04
==========================
Percona Toolkit 2.2.8 has been released. This release has two new features and six bug fixes.
New Features:
* pt-agent has been replaced by percona-agent. More information on percona-agent can be found in the `Introducing the 3-Minute MySQL Monitor <http://www.mysqlperformanceblog.com/2014/05/23/3-minute-mysql-monitor/>`_ blogpost.
* pt-slave-restart now supports MySQL 5.6 global transaction IDs.
* pt-table-checkum now has new --plugin option which is similar to pt-online-schema-change --plugin
Bugs Fixed:
* Fixed bug 1254233: pt-mysql-summary was showing blank InnoDB section for 5.6 because it was using ``have_innodb`` variable which was removed in MySQL 5.6.
* Fixed bug 965553: pt-query-digest didn't fingerprint true/false literals correctly.
* Fixed bug 1286250: pt-online-schema-change was requesting password twice.
* Fixed bug 1295667: pt-deadlock-logger was logging incorrect timestamp because tool wasn't aware of the time-zones.
* Fixed bug 1304062: when multiple tables were specified with pt-table-checksum --ignore-tables, only one of them would be ignored.
* Fixed bug : pt-show-grant --ask-pass option was asking for password in ``STDOUT`` instead of ``STDERR`` where it could be seen.
Percona Toolkit packages can be downloaded from http://www.percona.com/downloads/percona-toolkit/ or the Percona Software Repositories (http://www.percona.com/software/repositories/).
Changelog
---------
* Removed pt-agent
* Added pt-slave-restart GTID support
* Added pt-table-checksum --plugin
* Fixed bug 1304062: --ignore-tables does not work correctly
* Fixed bug 1295667: pt-deadlock-logger logs incorrect ts
* Fixed bug 1254233: pt-mysql-summary blank InnoDB section for 5.6
* Fixed bug 1286250: pt-online-schema-change requests password twice
* Fixed bug 965553: pt-query-digest dosn't fingerprint true/false literals correctly
* Fixed bug 290911: pt-show-grant --ask-pass prints "Enter password" to STDOUT
v2.2.7 released 2014-02-20
==========================