diff options
author | unknown <tomas@poseidon.(none)> | 2004-08-24 11:28:19 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-08-24 11:28:19 +0000 |
commit | 3dae7e9320b23b4ffafe9b546767f3cecf362ca3 (patch) | |
tree | 843b90767358b536c2f643ecb7efe19bdf4c8b5a /mysql-test/ndb | |
parent | 30f6acf44b1468478329abf0e087a288691999e7 (diff) | |
download | mariadb-git-3dae7e9320b23b4ffafe9b546767f3cecf362ca3.tar.gz |
some more printouts to SHOW command
mysql-test/ndb/ndbcluster.sh:
stop instead of kill
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 |