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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1f79db41
Commit
1f79db41
authored
Aug 18, 2006
by
joerg@trift2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test-run.pl : Fix the search path for "ndb_mgmd" and "ndbd". bug#21721
parent
284fa931
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+4
-2
No files found.
mysql-test/mysql-test-run.pl
View file @
1f79db41
...
...
@@ -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
;
...
...
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