Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
60a2e4a9
Commit
60a2e4a9
authored
Dec 15, 2008
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Plain Diff
Bug #31983 Running mysql-test from RPM fails for NDB
Adds $glob_basedir/sbin to search path when needed
parents
c7d03ca3
ff1161eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+8
-2
No files found.
mysql-test/mysql-test-run.pl
View file @
60a2e4a9
...
...
@@ -1577,16 +1577,22 @@ sub executable_setup_ndb () {
"
$glob_basedir
/storage/ndb
",
"
$glob_basedir
/bin
");
# Some might be found in sbin, not bin.
my
$daemon_path
=
mtr_file_exists
("
$glob_basedir
/ndb
",
"
$glob_basedir
/storage/ndb
",
"
$glob_basedir
/sbin
",
"
$glob_basedir
/bin
");
$exe_ndbd
=
mtr_exe_maybe_exists
("
$ndb_path
/src/kernel/ndbd
",
"
$
ndb
_path
/ndbd
",
"
$
daemon
_path
/ndbd
",
"
$glob_basedir
/libexec/ndbd
");
$exe_ndb_mgm
=
mtr_exe_maybe_exists
("
$ndb_path
/src/mgmclient/ndb_mgm
",
"
$ndb_path
/ndb_mgm
");
$exe_ndb_mgmd
=
mtr_exe_maybe_exists
("
$ndb_path
/src/mgmsrv/ndb_mgmd
",
"
$
ndb
_path
/ndb_mgmd
",
"
$
daemon
_path
/ndb_mgmd
",
"
$glob_basedir
/libexec/ndb_mgmd
");
$exe_ndb_waiter
=
mtr_exe_maybe_exists
("
$ndb_path
/tools/ndb_waiter
",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment