~percona-core/percona-xtrabackup/2.0

« back to all changes in this revision

Viewing changes to innobackupex

  • Committer: jenkins at percona
  • Date: 2013-01-09 04:53:38 UTC
  • mfrom: (487.2.1 xb-2.0-lp1007446)
  • Revision ID: jenkins@jenkins.percona.com-20130109045338-0ljd6q71d3z9xni5
MergeĀ lp:~gl-az/percona-xtrabackup/2.0-bug1007446

Show diffs side-by-side

added added

removed removed

Lines of Context:
1753
1753
    } elsif ($option_copy_back || $option_move_back) {
1754
1754
        #$backup_config_file = $backup_dir . '/backup-my.cnf';
1755
1755
        #read_config_file($backup_config_file, \%backup_config);
1756
 
    }         
 
1756
    }
 
1757
 
 
1758
    if ( -e "$suspend_file" ) {
 
1759
        print STDERR "WARNING : A left over instance of suspend file '$suspend_file' was found.\n";
 
1760
        unlink $suspend_file || Die "Failed to delete '$suspend_file': $!";
 
1761
    }
1757
1762
}
1758
1763
 
1759
1764