Commit 7e458c58 authored by Jonathan Perkin's avatar Jonathan Perkin

Merge up to mysql-next-mr-bugfixing

parents 5098a2bc d456e447
...@@ -303,7 +303,7 @@ case "$mode" in ...@@ -303,7 +303,7 @@ case "$mode" in
then then
mysqld_pid=`cat "$mysqld_pid_file_path"` mysqld_pid=`cat "$mysqld_pid_file_path"`
if (kill -9 $mysqld_pid 2>/dev/null) if (kill -0 $mysqld_pid 2>/dev/null)
then then
echo $echo_n "Shutting down MySQL" echo $echo_n "Shutting down MySQL"
kill $mysqld_pid kill $mysqld_pid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment