Merge lp:~stewart/percona-xtrabackup/bug729497-ignores-ibbackup into lp:percona-xtrabackup/2.0

Proposed by Stewart Smith
Status: Merged
Approved by: Valentine Gostev
Approved revision: no longer in the source branch.
Merged at revision: 260
Proposed branch: lp:~stewart/percona-xtrabackup/bug729497-ignores-ibbackup
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 12 lines (+1/-1)
1 file modified
innobackupex (+1/-1)
To merge this branch: bzr merge lp:~stewart/percona-xtrabackup/bug729497-ignores-ibbackup
Reviewer Review Type Date Requested Status
Valentine Gostev (community) qa Approve
Vadim Tkachenko Approve
Review via email: mp+61689@code.launchpad.net

Description of the change

Makes --ibbackup selection for which xtrabackup/ibbackup binary to use actually work.

Affects customer, issue # in bug report.

To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) wrote :

looks good for me, but worth to make sure all tests are OK

review: Approve
Revision history for this message
Valentine Gostev (longbow) wrote :

verified

review: Approve (qa)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innobackupex'
2--- innobackupex 2011-04-29 14:12:21 +0000
3+++ innobackupex 2011-05-20 02:07:25 +0000
4@@ -249,7 +249,7 @@
5 }
6 }
7 }
8-} else {
9+} elsif ($option_ibbackup_binary eq 'autodetect') {
10 $option_ibbackup_binary = set_xtrabackup_version();
11 }
12 init();

Subscribers

People subscribed via source and target branches