Comment 3 for bug 1528271

Revision history for this message
Pat Suwalski (pat-suwalski) wrote :

Looking at the old innobackupex.pl from the 2.2 branch, I see the following lines:

sub read_config_file {
(...)
   if ($option_apply_log) {
        $options = $options .
            " --defaults-file=\"${backup_dir}/backup-my.cnf\" ";

The C++ implementation needs something like this.