Merge lp:~percona-toolkit-dev/percona-toolkit/fix-debug-bug-989227 into lp:percona-toolkit/2.1

Proposed by Daniel Nichter
Status: Merged
Merged at revision: 243
Proposed branch: lp:~percona-toolkit-dev/percona-toolkit/fix-debug-bug-989227
Merge into: lp:percona-toolkit/2.1
Diff against target: 12 lines (+1/-1)
1 file modified
bin/pt-online-schema-change (+1/-1)
To merge this branch: bzr merge lp:~percona-toolkit-dev/percona-toolkit/fix-debug-bug-989227
Reviewer Review Type Date Requested Status
Daniel Nichter Approve
Review via email: mp+103773@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-online-schema-change'
2--- bin/pt-online-schema-change 2012-04-03 19:42:45 +0000
3+++ bin/pt-online-schema-change 2012-04-26 21:02:19 +0000
4@@ -5387,7 +5387,7 @@
5
6 # If the new table still exists, drop it unless the tool was interrupted.
7 push @cleanup_tasks, sub {
8- PTDEBUG && _('Clean up new table');
9+ PTDEBUG && _d('Clean up new table');
10 my $new_tbl_exists = $tp->check_table(
11 dbh => $cxn->dbh(),
12 db => $new_tbl->{db},

Subscribers

People subscribed via source and target branches