Build percona-toolkit-2.2.5 2nd

This commit is contained in:
Alexey Bychko
2013-10-22 12:56:20 +07:00
44 changed files with 123 additions and 74 deletions

View File

@@ -1,5 +1,22 @@
Changelog for Percona Toolkit
v2.2.5 released 2013-10-16
* Added Query_time histogram bucket counts to pt-query-digest JSON output
* Added pt-online-schema-change --[no]drop-triggers option
* Fixed bug #1199589: pt-archiver deletes data despite --dry-run
* Fixed bug #944051: pt-table-checksum has ambiguous exit status
* Fixed bug #1209436: pt-kill --log-dsn may not work on Perl 5.8
* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found
* Fixed bug #1215608: pt-online-schema-change new table suffix is hard-coded
* Fixed bug #1229861: pt-table-sync quotes float values, can't sync
* Fixed bug #821692: pt-query-digest doesn't distill LOAD DATA correctly
* Fixed bug #984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly
* Fixed bug #1206728: pt-deadlock-logger 2.2 requires DSN on command line
* Fixed bug #1226721: pt-agent on CentOS 5 fails to send data
* Fixed bug #821690: pt-query-digest doesn't distill IF EXISTS correctly
* Fixed bug #1206677: pt-agent docs reference clodu.percona.com
v2.2.4 released 2013-07-18
* Implemented pt-query-digest anonymous JSON output

View File

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

View File

@@ -52,7 +52,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -9707,6 +9707,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-agent 2.2.4
pt-agent 2.2.5
=cut

View File

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

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -7909,6 +7909,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.2.4
pt-archiver 2.2.5
=cut

View File

@@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5750,6 +5750,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.2.4
pt-config-diff 2.2.5
=cut

View File

@@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5524,6 +5524,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.2.4
pt-deadlock-logger 2.2.5
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5596,6 +5596,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.2.4
pt-diskstats 2.2.5
=cut

View File

@@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5540,6 +5540,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.2.4
pt-duplicate-key-checker 2.2.5
=cut

View File

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

View File

@@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5001,6 +5001,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.2.4
pt-find 2.2.5
=cut

View File

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

View File

@@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -4526,6 +4526,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.2.4
pt-fk-error-logger 2.2.5
=cut

View File

@@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -6209,6 +6209,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.2.4
pt-heartbeat 2.2.5
=cut

View File

@@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -7536,6 +7536,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.2.4
pt-index-usage 2.2.5
=cut

View File

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

View File

@@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -8186,6 +8186,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.2.4
pt-kill 2.2.5
=cut

View File

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

View File

@@ -3115,7 +3115,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.2.4
pt-mysql-summary 2.2.5
=cut

View File

@@ -54,7 +54,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -11503,6 +11503,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.2.4
pt-online-schema-change 2.2.5
=cut

View File

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

View File

@@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -16564,6 +16564,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.2.4
pt-query-digest 2.2.5
=cut

View File

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

View File

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

View File

@@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -4886,6 +4886,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.2.4
pt-slave-delay 2.2.5
=cut

View File

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

View File

@@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -5828,6 +5828,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.2.4
pt-slave-restart 2.2.5
=cut

View File

@@ -2204,7 +2204,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.2.4
pt-stalk 2.2.5
=cut

View File

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

View File

@@ -57,7 +57,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -12581,6 +12581,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.2.4
pt-table-checksum 2.2.5
=cut

View File

@@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -12700,6 +12700,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.2.4
pt-table-sync 2.2.5
=cut

View File

@@ -7522,6 +7522,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.2.4
pt-table-usage 2.2.5
=cut

View File

@@ -61,7 +61,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -11227,6 +11227,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.2.4
pt-upgrade 2.2.5
=cut

View File

@@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';
@@ -6156,6 +6156,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.2.4
pt-variable-advisor 2.2.5
=cut

View File

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

View File

@@ -1,3 +1,22 @@
percona-toolkit (2.2.5) unstable; urgency=low
* Added Query_time histogram bucket counts to pt-query-digest JSON output
* Added pt-online-schema-change --[no]drop-triggers option
* Fixed bug #1199589: pt-archiver deletes data despite --dry-run
* Fixed bug #944051: pt-table-checksum has ambiguous exit status
* Fixed bug #1209436: pt-kill --log-dsn may not work on Perl 5.8
* Fixed bug #1210537: pt-table-checksum --recursion-method=cluster crashes if no nodes are found
* Fixed bug #1215608: pt-online-schema-change new table suffix is hard-coded
* Fixed bug #1229861: pt-table-sync quotes float values, can't sync
* Fixed bug #821692: pt-query-digest doesn't distill LOAD DATA correctly
* Fixed bug #984053: pt-query-digest doesn't distill INSERT/REPLACE without INTO correctly
* Fixed bug #1206728: pt-deadlock-logger 2.2 requires DSN on command line
* Fixed bug #1226721: pt-agent on CentOS 5 fails to send data
* Fixed bug #821690: pt-query-digest doesn't distill IF EXISTS correctly
* Fixed bug #1206677: pt-agent docs reference clodu.percona.com
-- Percona Toolkit Developers <toolkit-dev@percona.com> Thu, 17 Oct 2013 05:00:27 +0000
percona-toolkit (2.2.3) unstable; urgency=low
* Added new tool: pt-agent

View File

@@ -50,7 +50,7 @@ copyright = u'2013, Percona Ireland Ltd'
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.4'
release = '2.2.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -54,10 +54,14 @@ An interactive I/O monitoring tool for GNU/Linux.
Find duplicate indexes and foreign keys on MySQL tables.
Find duplicate indexes and foreign keys on MySQL tables.
=item pt-fifo-split
Split files and pipe lines to a fifo without really splitting.
Split files and pipe lines to a fifo without really splitting.
=item pt-find
Find MySQL tables and execute actions, like GNU find.
@@ -114,6 +118,8 @@ Canonicalize and print MySQL grants so you can effectively replicate, compare an
Browses files created by pt-stalk.
Browses files created by pt-stalk.
=item pt-slave-delay
Make a MySQL slave server lag behind its master.
@@ -562,6 +568,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.2.4 released 2013-07-17
Percona Toolkit v2.2.5 released 2013-10-17
=cut

View File

@@ -19,7 +19,7 @@
# ###########################################################################
package Percona::Toolkit;
our $VERSION = '2.2.4';
our $VERSION = '2.2.5';
use strict;
use warnings FATAL => 'all';