1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00

Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1

into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
This commit is contained in:
unknown 2004-10-20 15:58:00 +00:00
commit b76fb15ce6

View File

@ -205,7 +205,7 @@ if [ -f "$fs_ndb/$pidfile" ] ; then
fi fi
done done
kill_pids=$new_kill_pid kill_pids=$new_kill_pid
if [ "$kill_pids" == "" ] ; then if [ -z "$kill_pids" ] ; then
break break
fi fi
sleep 1 sleep 1