Commit 9752b315 authored by unknown's avatar unknown

use new function stop_ndbcluster

parent 2ed312ce
...@@ -1569,14 +1569,7 @@ then ...@@ -1569,14 +1569,7 @@ then
fi fi
fi fi
if [ ! -z "$USE_NDBCLUSTER" ] stop_ndbcluster
then
if [ -z "$USE_RUNNING_NDBCLUSTER" ]
then
# Kill any running ndbcluster stuff
./ndb/ndbcluster --data-dir=$MYSQL_TEST_DIR/var --port-base=$NDBCLUSTER_PORT --stop
fi
fi
# Remove files that can cause problems # Remove files that can cause problems
$RM -rf $MYSQL_TEST_DIR/var/ndbcluster $RM -rf $MYSQL_TEST_DIR/var/ndbcluster
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment