Commit 1f79db41 authored by joerg@trift2's avatar joerg@trift2

mysql-test-run.pl : Fix the search path for "ndb_mgmd" and "ndbd". bug#21721

parent 284fa931
......@@ -1299,8 +1299,10 @@ sub executable_setup () {
$path_ndb_tools_dir= "$glob_basedir/bin";
$exe_ndb_mgm= "$glob_basedir/bin/ndb_mgm";
$exe_ndb_waiter= "$glob_basedir/bin/ndb_waiter";
$exe_ndbd= "$glob_basedir/libexec/ndbd";
$exe_ndb_mgmd= "$glob_basedir/libexec/ndb_mgmd";
$exe_ndbd= mtr_exe_exists("$glob_basedir/libexec/ndbd",
"$glob_basedir/bin/ndbd");
$exe_ndb_mgmd= mtr_exe_exists("$glob_basedir/libexec/ndb_mgmd",
"$glob_basedir/bin/ndb_mgmd");
}
$exe_master_mysqld= $exe_master_mysqld || $exe_mysqld;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment