~akopytov/percona-xtrabackup/bug1166888-2.1

« back to all changes in this revision

Viewing changes to innobackupex

  • Committer: Alexey Kopytov
  • Date: 2013-04-09 10:58:46 UTC
  • Revision ID: akopytov@gmail.com-20130409105846-n0dqdoemlnpmvfuz
Bug #1166713: Unused code in innobackupex 

Removed a tiny bit of unused code from innobackupex. There are certainly
other parts, but it will eventually be "fixed" when innobackupex is
merged with xtrabackup binary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
# name of the ibbackup suspend-at-end file
148
148
my $suspend_file = '';
149
149
 
150
 
# name of the temporary transaction log file during the backup
151
 
my $tmp_logfile = '';
152
 
 
153
150
# home directory of innoDB log files
154
151
my $innodb_log_group_home_dir = '';
155
152
 
1648
1645
            $slave_info = $backup_dir . '/xtrabackup_slave_info';
1649
1646
        } else {
1650
1647
            $suspend_file = $option_tmpdir . '/xtrabackup_suspended';
1651
 
            $tmp_logfile = $option_tmpdir . '/xtrabackup_logfile';
1652
1648
            $backup_config_file = $option_tmpdir . '/backup-my.cnf';
1653
1649
            $binlog_info = $option_tmpdir . '/xtrabackup_binlog_info';
1654
1650
            $galera_info = $option_tmpdir . '/xtrabackup_galera_info';