Merge lp:~percona-toolkit-dev/percona-toolkit/fix-941225 into lp:percona-toolkit/2.0

Proposed by Brian Fraser
Status: Merged
Approved by: Daniel Nichter
Approved revision: 198
Merged at revision: 204
Proposed branch: lp:~percona-toolkit-dev/percona-toolkit/fix-941225
Merge into: lp:percona-toolkit/2.0
Diff against target: 37 lines (+3/-3)
3 files modified
bin/pt-heartbeat (+1/-1)
bin/pt-kill (+1/-1)
bin/pt-online-schema-change (+1/-1)
To merge this branch: bzr merge lp:~percona-toolkit-dev/percona-toolkit/fix-941225
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+96164@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Nichter (daniel-nichter) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/pt-heartbeat'
2--- bin/pt-heartbeat 2012-02-03 23:25:29 +0000
3+++ bin/pt-heartbeat 2012-03-06 16:12:41 +0000
4@@ -3109,7 +3109,7 @@
5
6 use constant PTDEBUG => $ENV{PTDEBUG} || 0;
7
8-Transformers->import qw(ts unix_timestamp);
9+Transformers->import(qw(ts unix_timestamp));
10
11 my @dbhs; # Holds slave DBHs if --recurse
12 my @sths; # Holds [$host, $sth] if --recurse
13
14=== modified file 'bin/pt-kill'
15--- bin/pt-kill 2012-03-02 17:54:19 +0000
16+++ bin/pt-kill 2012-03-06 16:12:41 +0000
17@@ -3507,7 +3507,7 @@
18 $Data::Dumper::Sortkeys = 1;
19 $Data::Dumper::Quotekeys = 0;
20
21-Transformers->import qw(ts);
22+Transformers->import(qw(ts));
23
24 use constant PTDEBUG => $ENV{PTDEBUG} || 0;
25
26
27=== modified file 'bin/pt-online-schema-change'
28--- bin/pt-online-schema-change 2012-03-02 20:30:16 +0000
29+++ bin/pt-online-schema-change 2012-03-06 16:12:41 +0000
30@@ -3871,7 +3871,7 @@
31 $Data::Dumper::Sortkeys = 1;
32 $Data::Dumper::Quotekeys = 0;
33
34-Transformers->import qw(ts);
35+Transformers->import(qw(ts));
36
37 use constant PTDEBUG => $ENV{PTDEBUG} || 0;
38

Subscribers

People subscribed via source and target branches