Merge lp:~akopytov/percona-xtrabackup/bug1157225-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 523
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1157225-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 11 lines (+0/-1)
1 file modified
innobackupex (+0/-1)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1157225-2.1
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) g2 Approve
Review via email: mp+154117@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Approve

review: Approve (g2)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innobackupex'
2--- innobackupex 2013-03-11 19:11:29 +0000
3+++ innobackupex 2013-03-19 15:09:34 +0000
4@@ -2550,7 +2550,6 @@
5 my ( $db, $tbl ) = $line =~ m/\s*([^\.]+)\.([^\.]+)\s*/;
6 if ( $db && $tbl ) {
7 $table_list{$db}->{$tbl} = 1;
8- print STDERR "$prefix $db.$tbl will be registerd to the list\n";
9 }
10 else {
11 warn "$prefix Invalid line in $filename: $line";

Subscribers

People subscribed via source and target branches

to all changes: