Merge lp:~vlad-lesin/percona-xtrabackup/2.2-bug-1227240 into lp:percona-xtrabackup/2.2
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Alexey Kopytov on 2013-11-16 | ||||
Approved revision: | 4886 | ||||
Merge reported by: | Alexey Kopytov | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp:~vlad-lesin/percona-xtrabackup/2.2-bug-1227240 | ||||
Merge into: | lp:percona-xtrabackup/2.2 | ||||
Diff against target: |
67 lines (+48/-4) 2 files modified
xtrabackup/src/xtrabackup.cc (+9/-4) xtrabackup/test/t/xb_bug_1227240.sh (+39/-0) |
||||
To merge this branch: | bzr merge lp:~vlad-lesin/percona-xtrabackup/2.2-bug-1227240 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | 2013-10-09 | Approve on 2013-11-16 | |
Review via email:
|
Description of the change
Bug #1227240 fix.
my.cnf can contain innodb_log_arch_dir option for server. xtrabackup can
use servers my.cnf. As innodb_log_arch_dir option can be used only for backup
preparing xtrabackup exits with error message in the case of backup with
innodb_log_arch_dir option. Such behavior does not allow to make backup if
default my.cnf contains innodb_
This fix ignores --innodb_
if --prepare is not set.
http://
Vlad Lesin (vlad-lesin) wrote : | # |
> Same comments as in 2.1.
Fixed.
http://
- 4886. By Vlad Lesin on 2013-11-13
-
Bug #1227240 fix.
my.cnf can contain innodb_log_arch_dir option for server. xtrabackup can
use servers my.cnf. As innodb_log_arch_dir option can be used only for backup
preparing xtrabackup exits with error message in the case of backup with
innodb_log_arch_dir option. Such behavior does not allow to make backup if
default my.cnf contains innodb_log_arch_ dir. This fix ignores --innodb_
log_arch_ dir and --to-archived-lsn and outputs warning
if --prepare is not set.
Same comments as in 2.1.