Pre-build updates.

This commit is contained in:
Daniel Nichter
2013-06-17 08:08:46 +01:00
parent 35f83428b1
commit ca2774cbd3
40 changed files with 72 additions and 37 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit Changelog for Percona Toolkit
v2.2.3 released 2013-06-17
* Added new tool: pt-agent * Added new tool: pt-agent
* Fixed bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02): Table 'db._t_new' doesn't exist" * Fixed bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02): Table 'db._t_new' doesn't exist"

View File

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

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
NAME => 'percona-toolkit', NAME => 'percona-toolkit',
VERSION => '2.2.2', VERSION => '2.2.3',
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

@@ -9381,6 +9381,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-agent 2.2.2 pt-agent 2.2.3
=cut =cut

View File

@@ -1313,6 +1313,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-align 2.2.2 pt-align 2.2.3
=cut =cut

View File

@@ -7899,6 +7899,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-archiver 2.2.2 pt-archiver 2.2.3
=cut =cut

View File

@@ -5740,6 +5740,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-config-diff 2.2.2 pt-config-diff 2.2.3
=cut =cut

View File

@@ -5513,6 +5513,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-deadlock-logger 2.2.2 pt-deadlock-logger 2.2.3
=cut =cut

View File

@@ -5586,6 +5586,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-diskstats 2.2.2 pt-diskstats 2.2.3
=cut =cut

View File

@@ -5525,6 +5525,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-duplicate-key-checker 2.2.2 pt-duplicate-key-checker 2.2.3
=cut =cut

View File

@@ -1602,6 +1602,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fifo-split 2.2.2 pt-fifo-split 2.2.3
=cut =cut

View File

@@ -4991,6 +4991,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-find 2.2.2 pt-find 2.2.3
=cut =cut

View File

@@ -2193,6 +2193,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fingerprint 2.2.2 pt-fingerprint 2.2.3
=cut =cut

View File

@@ -4516,6 +4516,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-fk-error-logger 2.2.2 pt-fk-error-logger 2.2.3
=cut =cut

View File

@@ -6004,7 +6004,7 @@ not check or adjust for different system or MySQL time zones which can
cause the tool to compute the lag incorrectly. Specifying this option is cause the tool to compute the lag incorrectly. Specifying this option is
a good idea because it ensures that the tool works correctly regardless of a good idea because it ensures that the tool works correctly regardless of
time zones, but it also makes the tool backwards-incompatible with time zones, but it also makes the tool backwards-incompatible with
pt-heartbeat 2.2.2 and older (unless the older version of pt-heartbeat pt-heartbeat 2.2.3 and older (unless the older version of pt-heartbeat
is running on a system that uses UTC). is running on a system that uses UTC).
=item --version =item --version
@@ -6186,6 +6186,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-heartbeat 2.2.2 pt-heartbeat 2.2.3
=cut =cut

View File

@@ -7521,6 +7521,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-index-usage 2.2.2 pt-index-usage 2.2.3
=cut =cut

View File

@@ -1115,7 +1115,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-ioprofile 2.2.2 pt-ioprofile 2.2.3
=cut =cut

View File

@@ -8171,6 +8171,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-kill 2.2.2 pt-kill 2.2.3
=cut =cut

View File

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

View File

@@ -3111,7 +3111,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-mysql-summary 2.2.2 pt-mysql-summary 2.2.3
=cut =cut

View File

@@ -11453,6 +11453,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-online-schema-change 2.2.2 pt-online-schema-change 2.2.3
=cut =cut

View File

@@ -885,7 +885,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-pmp 2.2.2 pt-pmp 2.2.3
=cut =cut

View File

@@ -16422,6 +16422,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-query-digest 2.2.2 pt-query-digest 2.2.3
=cut =cut

View File

@@ -2396,6 +2396,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-show-grants 2.2.2 pt-show-grants 2.2.3
=cut =cut

View File

@@ -1233,7 +1233,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-sift 2.2.2 pt-sift 2.2.3
=cut =cut

View File

@@ -4876,6 +4876,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-delay 2.2.2 pt-slave-delay 2.2.3
=cut =cut

View File

@@ -4324,6 +4324,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-find 2.2.2 pt-slave-find 2.2.3
=cut =cut

View File

@@ -5818,6 +5818,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-slave-restart 2.2.2 pt-slave-restart 2.2.3
=cut =cut

View File

@@ -2200,7 +2200,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-stalk 2.2.2 pt-stalk 2.2.3
=cut =cut

View File

@@ -2682,7 +2682,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-summary 2.2.2 pt-summary 2.2.3
=cut =cut

View File

@@ -12430,6 +12430,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-checksum 2.2.2 pt-table-checksum 2.2.3
=cut =cut

View File

@@ -12670,6 +12670,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-sync 2.2.2 pt-table-sync 2.2.3
=cut =cut

View File

@@ -7512,6 +7512,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-table-usage 2.2.2 pt-table-usage 2.2.3
=cut =cut

View File

@@ -11213,6 +11213,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-upgrade 2.2.2 pt-upgrade 2.2.3
=cut =cut

View File

@@ -6144,6 +6144,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-variable-advisor 2.2.2 pt-variable-advisor 2.2.3
=cut =cut

View File

@@ -3233,6 +3233,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
pt-visual-explain 2.2.2 pt-visual-explain 2.2.3
=cut =cut

View File

@@ -1,3 +1,10 @@
percona-toolkit (2.2.3) unstable; urgency=low
* Added new tool: pt-agent
* Fixed bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02): Table 'db._t_new' doesn't exist"
-- Percona Toolkit Developers <toolkit-dev@percona.com> Mon, 17 Jun 2013 07:07:54 +0000
percona-toolkit (2.2.2) unstable; urgency=low percona-toolkit (2.2.2) unstable; urgency=low
* Added --show-all to pt-query-digest * Added --show-all to pt-query-digest

View File

@@ -50,7 +50,7 @@ copyright = u'2013, Percona Ireland Ltd'
# The short X.Y version. # The short X.Y version.
version = '2.2' version = '2.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.2.2' release = '2.2.3'
# 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

@@ -26,6 +26,10 @@ This release of Percona Toolkit includes the following tools:
=over =over
=item pt-agent
Agent for Percona Cloud Tools
=item pt-align =item pt-align
Align output from other tools to columns. Align output from other tools to columns.
@@ -558,6 +562,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION =head1 VERSION
Percona Toolkit v2.2.2 released 2013-04-19 Percona Toolkit v2.2.3 released 2013-06-17
=cut =cut

View File

@@ -1,6 +1,27 @@
Release Notes Release Notes
************* *************
v2.2.3 released 2013-06-17
==========================
Percona Toolkit 2.2.3 has been released which has only two changes: pt-agent
and a bug fix for pt-online-schema-change. pt-agent is not a command line
tool but a client-side agent for Percona Cloud Tools. Visit
https://cloud.percona.com for more information. The pt-online-schema-change
bug fix is bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02):
"Table 'db._t_new' doesn't exist". This happens when the tool's triggers
cannot be dropped.
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
---------
* Added new tool: pt-agent
* Fixed bug 1188002: pt-online-schema-change causes "ERROR 1146 (42S02): Table 'db._t_new' doesn't exist"
v2.2.2 released 2013-04-24 v2.2.2 released 2013-04-24
========================== ==========================