diff options
author | unknown <tomas@poseidon.(none)> | 2004-08-27 12:11:49 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-08-27 12:11:49 +0000 |
commit | 3d6675cce1d3a20104bfce2ad7675e7bdcd7d883 (patch) | |
tree | 573dcc5dbceec3938de91cda68f3bc084d16224b /mysql-test/ndb | |
parent | 741070df434d9e339a93559f5edfc24257ffbe51 (diff) | |
download | mariadb-git-3d6675cce1d3a20104bfce2ad7675e7bdcd7d883.tar.gz |
small fixes
mysql-test/ndb/ndbcluster.sh:
use new shutdown command
ndb/src/common/mgmcommon/Makefile.am:
compile error fix
Diffstat (limited to 'mysql-test/ndb')
-rw-r--r-- | mysql-test/ndb/ndbcluster.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh index bbd3fa3257a..e04e22f1434 100644 --- a/mysql-test/ndb/ndbcluster.sh +++ b/mysql-test/ndb/ndbcluster.sh @@ -193,8 +193,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 +echo "shutdown" | $exec_mgmtclient 2>&1 | cat > /dev/null if [ -f "$fs_ndb/$pidfile" ] ; then kill -9 `cat "$fs_ndb/$pidfile"` 2> /dev/null |