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
f5ffa66c
Commit
f5ffa66c
authored
Aug 21, 2006
by
tnurnberg@salvation.intern.azundris.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1
into salvation.intern.azundris.com:/home/tnurnberg/mysql-5.1
parents
92631046
47d6296b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+2
-4
No files found.
mysql-test/mysql-test-run.pl
View file @
f5ffa66c
...
...
@@ -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
;
...
...
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