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
9d762e36
Commit
9d762e36
authored
May 27, 2004
by
tomas@poseidon.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb in mysql-test fix
parent
5645b796
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
mysql-test/Makefile.am
mysql-test/Makefile.am
+2
-0
mysql-test/ndb/install_ndbcluster.sh
mysql-test/ndb/install_ndbcluster.sh
+3
-3
mysql-test/ndb/stop_ndbcluster.sh
mysql-test/ndb/stop_ndbcluster.sh
+1
-1
No files found.
mysql-test/Makefile.am
View file @
9d762e36
...
...
@@ -17,6 +17,8 @@
## Process this file with automake to create Makefile.in
SUBDIRS
=
ndb
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run.sh install_test_db.sh
...
...
mysql-test/ndb/install_ndbcluster.sh
View file @
9d762e36
...
...
@@ -13,16 +13,16 @@ fsdir=`pwd`
if
[
-d
../sql
]
;
then
SOURCE_DIST
=
1
ndbtop
=
../ndb
ndbtop
=
`
pwd
`
/
../ndb
exec_ndb
=
$ndbtop
/src/kernel/ndb-main/ndb
exec_mgmtsrvr
=
$ndbtop
/src/mgmsrv/mgmtsrvr
exec_waiter
=
$ndbtop
/tools/ndbwaiter
exec_waiter
=
$ndbtop
/tools/ndb
_
waiter
exec_mgmtclient
=
$ndbtop
/src/mgmclient/mgmtclient
else
BINARY_DIST
=
1
exec_ndb
=
@ndbbindir@/ndb
exec_mgmtsrvr
=
@ndbbindir@/mgmtsrvr
exec_waiter
=
@ndbtoolsdir@/waiter
exec_waiter
=
@ndbtoolsdir@/
ndb_
waiter
exec_mgmtclient
=
@ndbbindir@/mgmtclient
fi
...
...
mysql-test/ndb/stop_ndbcluster.sh
View file @
9d762e36
...
...
@@ -6,7 +6,7 @@
if
[
-d
../sql
]
;
then
SOURCE_DIST
=
1
ndbtop
=
../ndb
ndbtop
=
`
pwd
`
/
../ndb
exec_mgmtclient
=
$ndbtop
/src/mgmclient/mgmtclient
else
BINARY_DIST
=
1
...
...
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