~sergei.glushchenko/percona-xtrabackup/20-bug856400

« back to all changes in this revision

Viewing changes to innobackupex

  • Committer: jenkins at percona
  • Date: 2013-04-03 07:03:55 UTC
  • mfrom: (516.1.3 2.0)
  • Revision ID: jenkins@jenkins.percona.com-20130403070355-y1kbw8e10icigvfs
MergeĀ lp:~akopytov/percona-xtrabackup/bug1157225-2.0
http://jenkins.percona.com/job/merge-XB-2.0-kickoff/17/

Show diffs side-by-side

added added

removed removed

Lines of Context:
2690
2690
         my ( $db, $tbl ) = $line =~ m/\s*([^\.]+)\.([^\.]+)\s*/;
2691
2691
         if ( $db && $tbl ) {
2692
2692
            $table_list{$db}->{$tbl} = 1;
2693
 
            print STDERR "$prefix $db.$tbl will be registerd to the list\n";
2694
2693
         }
2695
2694
         else {
2696
2695
            warn "$prefix Invalid line in $filename: $line";