mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
mysql-test/mysql-test-run.pl : Use fixed path names for all NDB binaries,
because searching for them makes the script abort with all non-NDB builds.
This commit is contained in:
parent
b329f2c3ef
commit
47d6296bc7
1 changed files with 2 additions and 4 deletions
|
@ -1299,10 +1299,8 @@ 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= 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_ndbd= "$glob_basedir/bin/ndbd";
|
||||
$exe_ndb_mgmd= "$glob_basedir/bin/ndb_mgmd";
|
||||
}
|
||||
|
||||
$exe_master_mysqld= $exe_master_mysqld || $exe_mysqld;
|
||||
|
|
Loading…
Add table
Reference in a new issue