mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Reenable diskless for faster mysql-test-run
This commit is contained in:
parent
7f109dbfdc
commit
fedc787e53
1 changed files with 1 additions and 1 deletions
|
|
@ -1449,7 +1449,7 @@ then
|
|||
if [ -z "$USE_RUNNING_NDBCLUSTER" ]
|
||||
then
|
||||
echo "Starting ndbcluster"
|
||||
./ndb/ndbcluster --port-base=$NDBCLUSTER_PORT --small --initial --data-dir=$MYSQL_TEST_DIR/var || exit 1
|
||||
./ndb/ndbcluster --port-base=$NDBCLUSTER_PORT --small --diskless --initial --data-dir=$MYSQL_TEST_DIR/var || exit 1
|
||||
NDB_CONNECTSTRING="host=localhost:$NDBCLUSTER_PORT"
|
||||
export NDB_CONNECTSTRING
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue