Merge lp:~sergei.glushchenko/percona-xtrabackup/2.0-xb-bug1175309 into lp:percona-xtrabackup/2.0

Proposed by Sergei Glushchenko
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 552
Proposed branch: lp:~sergei.glushchenko/percona-xtrabackup/2.0-xb-bug1175309
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 13 lines (+3/-1)
1 file modified
test/inc/common.sh (+3/-1)
To merge this branch: bzr merge lp:~sergei.glushchenko/percona-xtrabackup/2.0-xb-bug1175309
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+162061@code.launchpad.net

Description of the change

Fix for bug1175309.
Pass --basedir option for mysql_install_db as an command line argument.

http://jenkins.percona.com/view/XtraBackup/job/percona-xtrabackup-2.0-param/431/

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/inc/common.sh'
2--- test/inc/common.sh 2013-04-27 18:46:54 +0000
3+++ test/inc/common.sh 2013-05-02 09:30:35 +0000
4@@ -31,7 +31,9 @@
5 {
6 vlog "Calling mysql_install_db"
7 cd $MYSQL_BASEDIR
8- $MYSQL_INSTALL_DB --defaults-file=${MYSQLD_VARDIR}/my.cnf ${MYSQLD_EXTRA_ARGS}
9+ $MYSQL_INSTALL_DB --defaults-file=${MYSQLD_VARDIR}/my.cnf \
10+ --basedir=${MYSQL_BASEDIR} \
11+ ${MYSQLD_EXTRA_ARGS}
12 cd -
13 }
14

Subscribers

People subscribed via source and target branches