1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

adopting mysql-test-run to new ndb config

+ added option to ndb_waiter to wait for NO CONTACT
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-06-28 19:53:55 +00:00
parent 1860613ce1
commit 37df5deb41
3 changed files with 38 additions and 37 deletions

View File

@@ -1450,7 +1450,7 @@ then
then
echo "Starting ndbcluster"
./ndb/ndbcluster --port-base=$NDBCLUSTER_PORT --small --discless --initial --data-dir=$MYSQL_TEST_DIR/var || exit 1
export NDB_CONNECTSTRING=`cat Ndb.cfg`
export NDB_CONNECTSTRING="host=localhost:$NDBCLUSTER_PORT"
else
export NDB_CONNECTSTRING="$USE_RUNNING_NDBCLUSTER"
echo "Using ndbcluster at $NDB_CONNECTSTRING"