From 5a24844551fa080ae54af6b95970af4a5bc7b00d Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.(none)" <> Date: Tue, 24 Aug 2004 11:28:19 +0000 Subject: some more printouts to SHOW command --- mysql-test/ndb/ndbcluster.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/ndb') 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 -- cgit v1.2.1