summaryrefslogtreecommitdiff
path: root/mysql-test/ndb
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-05-27 08:05:10 +0000
committerunknown <tomas@poseidon.(none)>2004-05-27 08:05:10 +0000
commit9e833b2a7a5f111ca320a290eb38d65a99481d25 (patch)
treec0a3de6d0172d41f4b40750e107a396374397c2c /mysql-test/ndb
parentc41b0e48c9bf6b6ac4a574261b9f09905484b106 (diff)
downloadmariadb-git-9e833b2a7a5f111ca320a290eb38d65a99481d25.tar.gz
ndb in mysql-test fix
Diffstat (limited to 'mysql-test/ndb')
-rwxr-xr-xmysql-test/ndb/install_ndbcluster.sh6
-rwxr-xr-xmysql-test/ndb/stop_ndbcluster.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/ndb/install_ndbcluster.sh b/mysql-test/ndb/install_ndbcluster.sh
index acd3b54be8f..c1b2ff7d579 100755
--- a/mysql-test/ndb/install_ndbcluster.sh
+++ b/mysql-test/ndb/install_ndbcluster.sh
@@ -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
diff --git a/mysql-test/ndb/stop_ndbcluster.sh b/mysql-test/ndb/stop_ndbcluster.sh
index bb137c54c81..eb86b2b9c2d 100755
--- a/mysql-test/ndb/stop_ndbcluster.sh
+++ b/mysql-test/ndb/stop_ndbcluster.sh
@@ -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