summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-08-11 12:00:59 +0200
committerunknown <joreland@mysql.com>2004-08-11 12:00:59 +0200
commit596ee62d82c843072f32e8bf3e6c85fc5145603c (patch)
treedb3bfe442d0c8dbbb0aeeb6928484f72c67008e5 /mysql-test
parentcffa34d9fba41ca853e7f11c88e5962382b6219c (diff)
parent7aa7f6e5a38c9fd8c2703a8a2548e3294ba22bf6 (diff)
downloadmariadb-git-596ee62d82c843072f32e8bf3e6c85fc5145603c.tar.gz
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/mysql-test-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 0c46fa17e1f..ff0b187051f 100644
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -1449,7 +1449,7 @@ then
if [ -z "$USE_RUNNING_NDBCLUSTER" ]
then
echo "Starting ndbcluster"
- ./ndb/ndbcluster --port-base=$NDBCLUSTER_PORT --small --diskless --initial --data-dir=$MYSQL_TEST_DIR/var || exit 1
+ ./ndb/ndbcluster --port-base=$NDBCLUSTER_PORT --small --initial --data-dir=$MYSQL_TEST_DIR/var || exit 1
NDB_CONNECTSTRING="host=localhost:$NDBCLUSTER_PORT"
export NDB_CONNECTSTRING
else