Hello community,

here is the log from the commit of package percona-toolkit for openSUSE:Factory 
checked in at 2014-07-12 17:14:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/percona-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.percona-toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "percona-toolkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/percona-toolkit/percona-toolkit.changes  
2014-06-06 14:36:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.percona-toolkit.new/percona-toolkit.changes     
2014-07-12 17:14:49.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Jul 10 20:35:37 UTC 2014 - andreas.stie...@gmx.de
+
+- Percona Toolkit 2.2.9
+  * pt-query-digest could not parse the binlogs from MySQL 5.6
+    because the binlog format was changed.
+  * pt-online-schema-change did not find child tables as expected.
+  * pt-stalk would fail when variable or threshold was a non-integer.
+  * pt-deadlock-logger was inserting older deadlocks into the deadlock
+    table even if it was already there
+  * pt-online-schema-change foreign-keys-method=none cloud break FK
+    constraints in a way that is hard to recover from
+
+-------------------------------------------------------------------

Old:
----
  percona-toolkit-2.2.8.tar.gz

New:
----
  percona-toolkit-2.2.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ percona-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.q1oiu4/_old  2014-07-12 17:14:50.000000000 +0200
+++ /var/tmp/diff_new_pack.q1oiu4/_new  2014-07-12 17:14:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           percona-toolkit
-Version:        2.2.8
+Version:        2.2.9
 Release:        0
 Summary:        Advanced MySQL and system command-line tools
 License:        GPL-2.0

++++++ percona-toolkit-2.2.8.tar.gz -> percona-toolkit-2.2.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/Changelog 
new/percona-toolkit-2.2.9/Changelog
--- old/percona-toolkit-2.2.8/Changelog 2014-05-30 18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/Changelog 2014-07-08 16:36:40.000000000 +0200
@@ -1,6 +1,15 @@
 Changelog for Percona Toolkit
 
-v2.2.8 released 2014-05-30
+v2.2.9 released 2014-07-08
+
+
+  * Fixed bug 1258135: pt-deadlock-logger introduces a noise to MySQL
+  * Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none breaks 
constraints 
+  * Fixed bug 1315130: pt-online-schema-change not properly detecting foreign 
keys 
+  * Fixed bug 1335960: pt-query-digest cannot parse binlogs from 5.6
+  * Fixed bug 1335322: pt-stalk fails when variable or threshold is 
non-integer 
+
+v2.2.8 released 2014-06-04
 
   * Removed pt-agent
   * Added pt-slave-restart GTID support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/Makefile.PL 
new/percona-toolkit-2.2.9/Makefile.PL
--- old/percona-toolkit-2.2.8/Makefile.PL       2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/Makefile.PL       2014-07-08 16:36:40.000000000 
+0200
@@ -2,7 +2,7 @@
 
 WriteMakefile(
     NAME      => 'percona-toolkit',
-    VERSION   => '2.2.8',
+    VERSION   => '2.2.9',
     EXE_FILES => [ <bin/*> ],
     MAN1PODS  => {
       'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-align 
new/percona-toolkit-2.2.9/bin/pt-align
--- old/percona-toolkit-2.2.8/bin/pt-align      2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-align      2014-07-08 16:36:40.000000000 
+0200
@@ -1323,6 +1323,6 @@
 
 =head1 VERSION
 
-pt-align 2.2.8
+pt-align 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-archiver 
new/percona-toolkit-2.2.9/bin/pt-archiver
--- old/percona-toolkit-2.2.8/bin/pt-archiver   2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-archiver   2014-07-08 16:36:40.000000000 
+0200
@@ -43,7 +43,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -7892,6 +7892,6 @@
 
 =head1 VERSION
 
-pt-archiver 2.2.8
+pt-archiver 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-config-diff 
new/percona-toolkit-2.2.9/bin/pt-config-diff
--- old/percona-toolkit-2.2.8/bin/pt-config-diff        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-config-diff        2014-07-08 
16:36:40.000000000 +0200
@@ -43,7 +43,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -5733,6 +5733,6 @@
 
 =head1 VERSION
 
-pt-config-diff 2.2.8
+pt-config-diff 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-deadlock-logger 
new/percona-toolkit-2.2.9/bin/pt-deadlock-logger
--- old/percona-toolkit-2.2.8/bin/pt-deadlock-logger    2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-deadlock-logger    2014-07-08 
16:36:40.000000000 +0200
@@ -42,7 +42,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -4616,43 +4616,44 @@
          }
       }
       else {
-         if ( $ins_sth ) {
-            eval {
-               PTDEBUG && _d('Saving deadlock to --dest');
-               foreach my $txn (
-                  sort { $a->{thread} <=> $b->{thread} } values %txns
-               ) {
-                  $ins_sth->execute(@{$txn}{@cols});
-               }
-               $dst->dbh->commit();
-            };
-            if ( my $e = $EVAL_ERROR ) {
-               PTDEBUG && _d('Error saving to --dest:', $e);
-               if ( $dst->lost_connection($e) ) {
-                  eval {
-                     $ins_sth->finish() if $ins_sth;
-                     $dst->dbh->disconnect() if $dst->dbh;
-                     $dst->connect(AutoCommit => 0);
-                     $ins_sth = $dst->dbh->prepare($ins_sql);
-                  }; 
-                  if ( $EVAL_ERROR ) {
-                     warn "Lost connection to " . $dst->name . ".  Will try "
-                        . "to reconnect in the next iteration.\n";
+         if ( $fingerprint ne $last_fingerprint ) {
+            PTDEBUG && _d('New deadlock');
+
+            if ( $ins_sth ) {
+               eval {
+                  PTDEBUG && _d('Saving deadlock to --dest');
+                  foreach my $txn (
+                     sort { $a->{thread} <=> $b->{thread} } values %txns
+                  ) {
+                     $ins_sth->execute(@{$txn}{@cols});
+                  }
+                  $dst->dbh->commit();
+               };
+               if ( my $e = $EVAL_ERROR ) {
+                  PTDEBUG && _d('Error saving to --dest:', $e);
+                  if ( $dst->lost_connection($e) ) {
+                     eval {
+                        $ins_sth->finish() if $ins_sth;
+                        $dst->dbh->disconnect() if $dst->dbh;
+                        $dst->connect(AutoCommit => 0);
+                        $ins_sth = $dst->dbh->prepare($ins_sql);
+                     }; 
+                     if ( $EVAL_ERROR ) {
+                        warn "Lost connection to " . $dst->name . ".  Will try 
"
+                           . "to reconnect in the next iteration.\n";
+                     }
+                     else {
+                        PTDEBUG && _d('Reconnected to MySQL (--dest)');
+                        redo ITERATION;
+                     }
                   }
                   else {
-                     PTDEBUG && _d('Reconnected to MySQL (--dest)');
-                     redo ITERATION;
+                     warn "Error saving to --dest: $EVAL_ERROR";
+                     $exit_status |= 1;
                   }
                }
-               else {
-                  warn "Error saving to --dest: $EVAL_ERROR";
-                  $exit_status |= 1;
-               }
             }
-         }
 
-         if ( $fingerprint ne $last_fingerprint ) {
-            PTDEBUG && _d('New deadlock');
             if ( !$o->get('quiet') ) {
                print join($sep, @cols), "\n";
                foreach my $txn (
@@ -5522,6 +5523,6 @@
 
 =head1 VERSION
 
-pt-deadlock-logger 2.2.8
+pt-deadlock-logger 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-diskstats 
new/percona-toolkit-2.2.9/bin/pt-diskstats
--- old/percona-toolkit-2.2.8/bin/pt-diskstats  2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-diskstats  2014-07-08 16:36:40.000000000 
+0200
@@ -38,7 +38,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -5579,6 +5579,6 @@
 
 =head1 VERSION
 
-pt-diskstats 2.2.8
+pt-diskstats 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-duplicate-key-checker 
new/percona-toolkit-2.2.9/bin/pt-duplicate-key-checker
--- old/percona-toolkit-2.2.8/bin/pt-duplicate-key-checker      2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-duplicate-key-checker      2014-07-08 
16:36:40.000000000 +0200
@@ -39,7 +39,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -5600,6 +5600,6 @@
 
 =head1 VERSION
 
-pt-duplicate-key-checker 2.2.8
+pt-duplicate-key-checker 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-fifo-split 
new/percona-toolkit-2.2.9/bin/pt-fifo-split
--- old/percona-toolkit-2.2.8/bin/pt-fifo-split 2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-fifo-split 2014-07-08 16:36:40.000000000 
+0200
@@ -1612,6 +1612,6 @@
 
 =head1 VERSION
 
-pt-fifo-split 2.2.8
+pt-fifo-split 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-find 
new/percona-toolkit-2.2.9/bin/pt-find
--- old/percona-toolkit-2.2.8/bin/pt-find       2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-find       2014-07-08 16:36:40.000000000 
+0200
@@ -35,7 +35,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -4984,6 +4984,6 @@
 
 =head1 VERSION
 
-pt-find 2.2.8
+pt-find 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-fingerprint 
new/percona-toolkit-2.2.9/bin/pt-fingerprint
--- old/percona-toolkit-2.2.8/bin/pt-fingerprint        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-fingerprint        2014-07-08 
16:36:40.000000000 +0200
@@ -2203,6 +2203,6 @@
 
 =head1 VERSION
 
-pt-fingerprint 2.2.8
+pt-fingerprint 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-fk-error-logger 
new/percona-toolkit-2.2.9/bin/pt-fk-error-logger
--- old/percona-toolkit-2.2.8/bin/pt-fk-error-logger    2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-fk-error-logger    2014-07-08 
16:36:40.000000000 +0200
@@ -37,7 +37,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -4509,6 +4509,6 @@
 
 =head1 VERSION
 
-pt-fk-error-logger 2.2.8
+pt-fk-error-logger 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-heartbeat 
new/percona-toolkit-2.2.9/bin/pt-heartbeat
--- old/percona-toolkit-2.2.8/bin/pt-heartbeat  2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-heartbeat  2014-07-08 16:36:40.000000000 
+0200
@@ -38,7 +38,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -6192,6 +6192,6 @@
 
 =head1 VERSION
 
-pt-heartbeat 2.2.8
+pt-heartbeat 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-index-usage 
new/percona-toolkit-2.2.9/bin/pt-index-usage
--- old/percona-toolkit-2.2.8/bin/pt-index-usage        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-index-usage        2014-07-08 
16:36:40.000000000 +0200
@@ -45,7 +45,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -7532,6 +7532,6 @@
 
 =head1 VERSION
 
-pt-index-usage 2.2.8
+pt-index-usage 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-ioprofile 
new/percona-toolkit-2.2.9/bin/pt-ioprofile
--- old/percona-toolkit-2.2.8/bin/pt-ioprofile  2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-ioprofile  2014-07-08 16:36:40.000000000 
+0200
@@ -1119,7 +1119,7 @@
 
 =head1 VERSION
 
-pt-ioprofile 2.2.8
+pt-ioprofile 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-kill 
new/percona-toolkit-2.2.9/bin/pt-kill
--- old/percona-toolkit-2.2.8/bin/pt-kill       2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-kill       2014-07-08 16:36:40.000000000 
+0200
@@ -47,7 +47,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -8183,6 +8183,6 @@
 
 =head1 VERSION
 
-pt-kill 2.2.8
+pt-kill 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-mext 
new/percona-toolkit-2.2.9/bin/pt-mext
--- old/percona-toolkit-2.2.8/bin/pt-mext       2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-mext       2014-07-08 16:36:40.000000000 
+0200
@@ -791,7 +791,7 @@
 
 =head1 VERSION
 
-pt-mext 2.2.8
+pt-mext 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-mysql-summary 
new/percona-toolkit-2.2.9/bin/pt-mysql-summary
--- old/percona-toolkit-2.2.8/bin/pt-mysql-summary      2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-mysql-summary      2014-07-08 
16:36:40.000000000 +0200
@@ -3089,7 +3089,7 @@
 
 =head1 VERSION
 
-pt-mysql-summary 2.2.8
+pt-mysql-summary 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-online-schema-change 
new/percona-toolkit-2.2.9/bin/pt-online-schema-change
--- old/percona-toolkit-2.2.8/bin/pt-online-schema-change       2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-online-schema-change       2014-07-08 
16:36:40.000000000 +0200
@@ -54,7 +54,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -7860,6 +7860,16 @@
          $o->save_error("Invalid --alter-foreign-keys-method value: 
$alter_fk_method");
       }
 
+      # Issue a strong warning if alter-foreign-keys-method = none
+      if ( $alter_fk_method eq 'none' && !$o->get('force') ) {
+         print STDERR "WARNING! Using alter-foreign-keys-method = \"none\". 
This will typically cause foreign key violations!\nThis method of handling 
foreign key constraints is only provided so that the database administrator can 
disable the tool’s built-in functionality if desired.\n\nContinue anyway? 
(y/N)";
+         my $response;
+         chomp($response = <STDIN>);
+         if ($response !~ /y|(yes)/i) { 
+            exit 1;
+         }
+      }
+
       if ( $alter_fk_method eq 'drop_swap' && !$o->get('drop-new-table') ) {
          $o->save_error("--alter-foreign-keys-method=drop_swap does not work 
with --no-drop-new-table.");
       }
@@ -9815,7 +9825,7 @@
    
    my $sql = "SELECT table_schema, table_name "
            . "FROM information_schema.key_column_usage "
-           . "WHERE constraint_schema='$tbl->{db}' "
+           . "WHERE referenced_table_schema='$tbl->{db}' "
            . "AND referenced_table_name='$tbl->{tbl}'";
    PTDEBUG && _d($sql);
    my $rows = $cxn->dbh()->selectall_arrayref($sql);
@@ -11025,6 +11035,10 @@
 documentation and understand how to use this tool.  If you have not read the
 documentation, then do not specify this option.
 
+=item --force
+
+This options bypasses confirmation in case of using alter-foreign-keys-method 
= none , which might break foreign key constraints.
+
 =item --help
 
 Show help and exit.
@@ -11541,6 +11555,6 @@
 
 =head1 VERSION
 
-pt-online-schema-change 2.2.8
+pt-online-schema-change 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-pmp 
new/percona-toolkit-2.2.9/bin/pt-pmp
--- old/percona-toolkit-2.2.8/bin/pt-pmp        2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-pmp        2014-07-08 16:36:40.000000000 
+0200
@@ -889,7 +889,7 @@
 
 =head1 VERSION
 
-pt-pmp 2.2.8
+pt-pmp 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-query-digest 
new/percona-toolkit-2.2.9/bin/pt-query-digest
--- old/percona-toolkit-2.2.8/bin/pt-query-digest       2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-query-digest       2014-07-08 
16:36:40.000000000 +0200
@@ -64,7 +64,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -9582,7 +9582,7 @@
 $Data::Dumper::Quotekeys = 0;
 
 my $binlog_line_1 = qr/at (\d+)$/m;
-my $binlog_line_2 = 
qr/^#(\d{6}\s+\d{1,2}:\d\d:\d\d)\s+server\s+id\s+(\d+)\s+end_log_pos\s+(\d+)\s+(\S+)\s*([^\n]*)$/m;
+my $binlog_line_2 = 
qr/^#(\d{6}\s+\d{1,2}:\d\d:\d\d)\s+server\s+id\s+(\d+)\s+end_log_pos\s+(\d+)\s+(?:CRC32\s+0x[a-f0-9]{8}\s+)?(\S+)\s*([^\n]*)$/m;
 my $binlog_line_2_rest = 
qr/thread_id=(\d+)\s+exec_time=(\d+)\s+error_code=(\d+)/m;
 
 sub new {
@@ -16587,6 +16587,6 @@
 
 =head1 VERSION
 
-pt-query-digest 2.2.8
+pt-query-digest 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-show-grants 
new/percona-toolkit-2.2.9/bin/pt-show-grants
--- old/percona-toolkit-2.2.8/bin/pt-show-grants        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-show-grants        2014-07-08 
16:36:40.000000000 +0200
@@ -2406,6 +2406,6 @@
 
 =head1 VERSION
 
-pt-show-grants 2.2.8
+pt-show-grants 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-sift 
new/percona-toolkit-2.2.9/bin/pt-sift
--- old/percona-toolkit-2.2.8/bin/pt-sift       2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-sift       2014-07-08 16:36:40.000000000 
+0200
@@ -1237,7 +1237,7 @@
 
 =head1 VERSION
 
-pt-sift 2.2.8
+pt-sift 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-slave-delay 
new/percona-toolkit-2.2.9/bin/pt-slave-delay
--- old/percona-toolkit-2.2.8/bin/pt-slave-delay        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-slave-delay        2014-07-08 
16:36:40.000000000 +0200
@@ -40,7 +40,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -4869,6 +4869,6 @@
 
 =head1 VERSION
 
-pt-slave-delay 2.2.8
+pt-slave-delay 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-slave-find 
new/percona-toolkit-2.2.9/bin/pt-slave-find
--- old/percona-toolkit-2.2.8/bin/pt-slave-find 2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-slave-find 2014-07-08 16:36:40.000000000 
+0200
@@ -4334,6 +4334,6 @@
 
 =head1 VERSION
 
-pt-slave-find 2.2.8
+pt-slave-find 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-slave-restart 
new/percona-toolkit-2.2.9/bin/pt-slave-restart
--- old/percona-toolkit-2.2.8/bin/pt-slave-restart      2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-slave-restart      2014-07-08 
16:36:40.000000000 +0200
@@ -41,7 +41,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -5937,6 +5937,6 @@
 
 =head1 VERSION
 
-pt-slave-restart 2.2.8
+pt-slave-restart 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-stalk 
new/percona-toolkit-2.2.9/bin/pt-stalk
--- old/percona-toolkit-2.2.8/bin/pt-stalk      2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-stalk      2014-07-08 16:36:40.000000000 
+0200
@@ -1245,13 +1245,12 @@
       if [ "$OPT_STALK" ]; then
          local value=$($TRIGGER_FUNCTION $OPT_VARIABLE)
          local trg_exit_status=$?
-
          if [ -z "$value" ]; then
             # No value.  Maybe we failed to connect to MySQL?
             warn "Detected value is empty; something failed?  Trigger exit 
status: $trg_exit_status"
             matched=""
             cycles_true=0
-         elif [ $value -gt $OPT_THRESHOLD ]; then
+         elif (( $(echo "$value $OPT_THRESHOLD" | awk '{print ($1 > $2)}') )); 
then
             matched="yes"
             cycles_true=$(($cycles_true + 1))
          else
@@ -2212,7 +2211,7 @@
 
 =head1 VERSION
 
-pt-stalk 2.2.8
+pt-stalk 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-summary 
new/percona-toolkit-2.2.9/bin/pt-summary
--- old/percona-toolkit-2.2.8/bin/pt-summary    2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-summary    2014-07-08 16:36:40.000000000 
+0200
@@ -2690,7 +2690,7 @@
 
 =head1 VERSION
 
-pt-summary 2.2.8
+pt-summary 2.2.9
 
 =cut
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-table-checksum 
new/percona-toolkit-2.2.9/bin/pt-table-checksum
--- old/percona-toolkit-2.2.8/bin/pt-table-checksum     2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-table-checksum     2014-07-08 
16:36:40.000000000 +0200
@@ -57,7 +57,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -12674,6 +12674,6 @@
 
 =head1 VERSION
 
-pt-table-checksum 2.2.8
+pt-table-checksum 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-table-sync 
new/percona-toolkit-2.2.9/bin/pt-table-sync
--- old/percona-toolkit-2.2.8/bin/pt-table-sync 2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-table-sync 2014-07-08 16:36:40.000000000 
+0200
@@ -55,7 +55,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -12768,6 +12768,6 @@
 
 =head1 VERSION
 
-pt-table-sync 2.2.8
+pt-table-sync 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-table-usage 
new/percona-toolkit-2.2.9/bin/pt-table-usage
--- old/percona-toolkit-2.2.8/bin/pt-table-usage        2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-table-usage        2014-07-08 
16:36:40.000000000 +0200
@@ -7536,6 +7536,6 @@
 
 =head1 VERSION
 
-pt-table-usage 2.2.8
+pt-table-usage 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-upgrade 
new/percona-toolkit-2.2.9/bin/pt-upgrade
--- old/percona-toolkit-2.2.8/bin/pt-upgrade    2014-05-30 18:18:02.000000000 
+0200
+++ new/percona-toolkit-2.2.9/bin/pt-upgrade    2014-07-08 16:36:40.000000000 
+0200
@@ -61,7 +61,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -6908,7 +6908,7 @@
 $Data::Dumper::Quotekeys = 0;
 
 my $binlog_line_1 = qr/at (\d+)$/m;
-my $binlog_line_2 = 
qr/^#(\d{6}\s+\d{1,2}:\d\d:\d\d)\s+server\s+id\s+(\d+)\s+end_log_pos\s+(\d+)\s+(\S+)\s*([^\n]*)$/m;
+my $binlog_line_2 = 
qr/^#(\d{6}\s+\d{1,2}:\d\d:\d\d)\s+server\s+id\s+(\d+)\s+end_log_pos\s+(\d+)\s+(?:CRC32\s+0x[a-f0-9]{8}\s+)?(\S+)\s*([^\n]*)$/m;
 my $binlog_line_2_rest = 
qr/thread_id=(\d+)\s+exec_time=(\d+)\s+error_code=(\d+)/m;
 
 sub new {
@@ -11224,6 +11224,6 @@
 
 =head1 VERSION
 
-pt-upgrade 2.2.8
+pt-upgrade 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-variable-advisor 
new/percona-toolkit-2.2.9/bin/pt-variable-advisor
--- old/percona-toolkit-2.2.8/bin/pt-variable-advisor   2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-variable-advisor   2014-07-08 
16:36:40.000000000 +0200
@@ -44,7 +44,7 @@
 {
 package Percona::Toolkit;
 
-our $VERSION = '2.2.8';
+our $VERSION = '2.2.9';
 
 use strict;
 use warnings FATAL => 'all';
@@ -6138,6 +6138,6 @@
 
 =head1 VERSION
 
-pt-variable-advisor 2.2.8
+pt-variable-advisor 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/bin/pt-visual-explain 
new/percona-toolkit-2.2.9/bin/pt-visual-explain
--- old/percona-toolkit-2.2.8/bin/pt-visual-explain     2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/bin/pt-visual-explain     2014-07-08 
16:36:40.000000000 +0200
@@ -3243,6 +3243,6 @@
 
 =head1 VERSION
 
-pt-visual-explain 2.2.8
+pt-visual-explain 2.2.9
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/percona-toolkit-2.2.8/docs/percona-toolkit.pod 
new/percona-toolkit-2.2.9/docs/percona-toolkit.pod
--- old/percona-toolkit-2.2.8/docs/percona-toolkit.pod  2014-05-30 
18:18:02.000000000 +0200
+++ new/percona-toolkit-2.2.9/docs/percona-toolkit.pod  2014-07-08 
16:36:40.000000000 +0200
@@ -557,6 +557,6 @@
 
 =head1 VERSION
 
-Percona Toolkit v2.2.8 released 2014-05-30
+Percona Toolkit v2.2.9 released 2014-07-08
 
 =cut

++++++ percona-toolkit-2.2.x-disable-default-version-check.patch ++++++
--- /var/tmp/diff_new_pack.q1oiu4/_old  2014-07-12 17:14:50.000000000 +0200
+++ /var/tmp/diff_new_pack.q1oiu4/_new  2014-07-12 17:14:50.000000000 +0200
@@ -40,10 +40,10 @@
  bin/pt-variable-advisor      |    2 --
  18 files changed, 36 deletions(-)
 
-Index: percona-toolkit-2.2.8/bin/pt-archiver
+Index: percona-toolkit-2.2.9/bin/pt-archiver
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-archiver 2014-05-30 17:18:02.000000000 
+0100
-+++ percona-toolkit-2.2.8/bin/pt-archiver      2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-archiver 2014-07-08 15:36:40.000000000 
+0100
++++ percona-toolkit-2.2.9/bin/pt-archiver      2014-07-10 21:40:36.000000000 
+0100
 @@ -7465,8 +7465,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -53,10 +53,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-config-diff
+Index: percona-toolkit-2.2.9/bin/pt-config-diff
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-config-diff      2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-config-diff   2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-config-diff      2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-config-diff   2014-07-10 21:40:36.000000000 
+0100
 @@ -5563,8 +5563,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -66,11 +66,11 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-deadlock-logger
+Index: percona-toolkit-2.2.9/bin/pt-deadlock-logger
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-deadlock-logger  2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-deadlock-logger       2014-06-05 
21:41:11.000000000 +0100
-@@ -5347,8 +5347,6 @@ Show version and exit.
+--- percona-toolkit-2.2.9.orig/bin/pt-deadlock-logger  2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-deadlock-logger       2014-07-10 
21:40:36.000000000 +0100
+@@ -5348,8 +5348,6 @@ Show version and exit.
  
  =item --[no]version-check
  
@@ -79,10 +79,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-diskstats
+Index: percona-toolkit-2.2.9/bin/pt-diskstats
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-diskstats        2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-diskstats     2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-diskstats        2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-diskstats     2014-07-10 21:40:36.000000000 
+0100
 @@ -5468,8 +5468,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -92,10 +92,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-duplicate-key-checker
+Index: percona-toolkit-2.2.9/bin/pt-duplicate-key-checker
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-duplicate-key-checker    2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-duplicate-key-checker 2014-06-05 
21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-duplicate-key-checker    2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-duplicate-key-checker 2014-07-10 
21:40:36.000000000 +0100
 @@ -5429,8 +5429,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -105,10 +105,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-find
+Index: percona-toolkit-2.2.9/bin/pt-find
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-find     2014-05-30 17:18:02.000000000 
+0100
-+++ percona-toolkit-2.2.8/bin/pt-find  2014-06-05 21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-find     2014-07-08 15:36:40.000000000 
+0100
++++ percona-toolkit-2.2.9/bin/pt-find  2014-07-10 21:40:36.000000000 +0100
 @@ -4440,8 +4440,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -118,10 +118,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-fk-error-logger
+Index: percona-toolkit-2.2.9/bin/pt-fk-error-logger
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-fk-error-logger  2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-fk-error-logger       2014-06-05 
21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-fk-error-logger  2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-fk-error-logger       2014-07-10 
21:40:36.000000000 +0100
 @@ -4335,8 +4335,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -131,10 +131,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-heartbeat
+Index: percona-toolkit-2.2.9/bin/pt-heartbeat
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-heartbeat        2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-heartbeat     2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-heartbeat        2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-heartbeat     2014-07-10 21:40:36.000000000 
+0100
 @@ -6019,8 +6019,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -144,10 +144,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-index-usage
+Index: percona-toolkit-2.2.9/bin/pt-index-usage
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-index-usage      2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-index-usage   2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-index-usage      2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-index-usage   2014-07-10 21:40:36.000000000 
+0100
 @@ -7361,8 +7361,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -157,10 +157,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-kill
+Index: percona-toolkit-2.2.9/bin/pt-kill
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-kill     2014-05-30 17:18:02.000000000 
+0100
-+++ percona-toolkit-2.2.8/bin/pt-kill  2014-06-05 21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-kill     2014-07-08 15:36:40.000000000 
+0100
++++ percona-toolkit-2.2.9/bin/pt-kill  2014-07-10 21:40:36.000000000 +0100
 @@ -7640,8 +7640,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -170,11 +170,11 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-online-schema-change
+Index: percona-toolkit-2.2.9/bin/pt-online-schema-change
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-online-schema-change     2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-online-schema-change  2014-06-05 
21:41:11.000000000 +0100
-@@ -11306,8 +11306,6 @@ Show version and exit.
+--- percona-toolkit-2.2.9.orig/bin/pt-online-schema-change     2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-online-schema-change  2014-07-10 
21:40:36.000000000 +0100
+@@ -11320,8 +11320,6 @@ Show version and exit.
  
  =item --[no]version-check
  
@@ -183,10 +183,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-query-digest
+Index: percona-toolkit-2.2.9/bin/pt-query-digest
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-query-digest     2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-query-digest  2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-query-digest     2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-query-digest  2014-07-10 21:40:36.000000000 
+0100
 @@ -16267,8 +16267,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -196,10 +196,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-slave-delay
+Index: percona-toolkit-2.2.9/bin/pt-slave-delay
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-slave-delay      2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-slave-delay   2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-slave-delay      2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-slave-delay   2014-07-10 21:40:36.000000000 
+0100
 @@ -4698,8 +4698,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -209,10 +209,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-slave-restart
+Index: percona-toolkit-2.2.9/bin/pt-slave-restart
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-slave-restart    2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-slave-restart 2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-slave-restart    2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-slave-restart 2014-07-10 21:40:36.000000000 
+0100
 @@ -5764,8 +5764,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -222,10 +222,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-table-checksum
+Index: percona-toolkit-2.2.9/bin/pt-table-checksum
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-table-checksum   2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-table-checksum        2014-06-05 
21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-table-checksum   2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-table-checksum        2014-07-10 
21:40:36.000000000 +0100
 @@ -12391,8 +12391,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -235,10 +235,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-table-sync
+Index: percona-toolkit-2.2.9/bin/pt-table-sync
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-table-sync       2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-table-sync    2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-table-sync       2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-table-sync    2014-07-10 21:40:36.000000000 
+0100
 @@ -12500,8 +12500,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -248,10 +248,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-upgrade
+Index: percona-toolkit-2.2.9/bin/pt-upgrade
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-upgrade  2014-05-30 17:18:02.000000000 
+0100
-+++ percona-toolkit-2.2.8/bin/pt-upgrade       2014-06-05 21:41:11.000000000 
+0100
+--- percona-toolkit-2.2.9.orig/bin/pt-upgrade  2014-07-08 15:36:40.000000000 
+0100
++++ percona-toolkit-2.2.9/bin/pt-upgrade       2014-07-10 21:40:36.000000000 
+0100
 @@ -11017,8 +11017,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -261,10 +261,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.8/bin/pt-variable-advisor
+Index: percona-toolkit-2.2.9/bin/pt-variable-advisor
 ===================================================================
---- percona-toolkit-2.2.8.orig/bin/pt-variable-advisor 2014-05-30 
17:18:02.000000000 +0100
-+++ percona-toolkit-2.2.8/bin/pt-variable-advisor      2014-06-05 
21:41:11.000000000 +0100
+--- percona-toolkit-2.2.9.orig/bin/pt-variable-advisor 2014-07-08 
15:36:40.000000000 +0100
++++ percona-toolkit-2.2.9/bin/pt-variable-advisor      2014-07-10 
21:40:36.000000000 +0100
 @@ -5968,8 +5968,6 @@ Show version and exit.
  
  =item --[no]version-check

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to