diff options
author | joreland@mysql.com <> | 2004-08-24 13:29:11 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2004-08-24 13:29:11 +0200 |
commit | 6163efe1aca3f7032a45408a9b7bbc63a3bbadae (patch) | |
tree | 0edda70a93b5a42405a81fe6df1341e40e3bc37f /mysql-test/ndb | |
parent | 1c44cd90877a0790eb1547707051dc260d84c42b (diff) | |
parent | 908ff0495d33b3a1bc8a9382e84d8ddeabce2337 (diff) | |
download | mariadb-git-6163efe1aca3f7032a45408a9b7bbc63a3bbadae.tar.gz |
merge
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r-- | mysql-test/ndb/ndbcluster.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index a3972ad8f26..bbd3fa3257a 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -194,6 +194,7 @@ stop_default_ndbcluster() { exec_mgmtclient="$exec_mgmtclient --try-reconnect=1" echo "all stop" | $exec_mgmtclient 2>&1 | cat > /dev/null +echo "3 stop" | $exec_mgmtclient 2>&1 | cat > /dev/null if [ -f "$fs_ndb/$pidfile" ] ; then kill -9 `cat "$fs_ndb/$pidfile"` 2> /dev/null |