summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-12-22 09:31:24 +0300
committerAlexander Nozdrin <alik@sun.com>2009-12-22 09:31:24 +0300
commitf238adf75d6bce104678be4e4a4a1d0bfde890c5 (patch)
tree54f1c9bcd072587e1860fe234c3264734b3b8dc5 /support-files
parent6ddab77da26d4529db403e573298f927d315adeb (diff)
parent23e70189ab6412aa7af04dd81fe1b446b5f674c7 (diff)
downloadmariadb-git-f238adf75d6bce104678be4e4a4a1d0bfde890c5.tar.gz
Manual merge from mysql-trunk.
Conflicts: - storage/ibmdb2i/ha_ibmdb2i.cc
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index ccf4d8ff51d..b5115a5c05e 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -303,7 +303,7 @@ case "$mode" in
then
mysqld_pid=`cat "$mysqld_pid_file_path"`
- if (kill -9 $mysqld_pid 2>/dev/null)
+ if (kill -0 $mysqld_pid 2>/dev/null)
then
echo $echo_n "Shutting down MySQL"
kill $mysqld_pid