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

Proposed by Alexey Kopytov
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 522
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1157225-2.0
Merge into: lp:percona-xtrabackup/2.0
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.0
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) g2 Approve
Review via email: mp+154116@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
=== modified file 'innobackupex'
--- innobackupex 2013-03-13 05:05:16 +0000
+++ innobackupex 2013-03-19 15:08:26 +0000
@@ -2690,7 +2690,6 @@
2690 my ( $db, $tbl ) = $line =~ m/\s*([^\.]+)\.([^\.]+)\s*/;2690 my ( $db, $tbl ) = $line =~ m/\s*([^\.]+)\.([^\.]+)\s*/;
2691 if ( $db && $tbl ) {2691 if ( $db && $tbl ) {
2692 $table_list{$db}->{$tbl} = 1;2692 $table_list{$db}->{$tbl} = 1;
2693 print STDERR "$prefix $db.$tbl will be registerd to the list\n";
2694 }2693 }
2695 else {2694 else {
2696 warn "$prefix Invalid line in $filename: $line";2695 warn "$prefix Invalid line in $filename: $line";

Subscribers

People subscribed via source and target branches