mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix for make dist
libmysql/Makefile.am: Change global.h to my_global.h support-files/mysql.server.sh: Fix for empty pid files
This commit is contained in:
@@ -118,7 +118,7 @@ case "$mode" in
|
||||
'stop')
|
||||
# Stop daemon. We use a signal here to avoid having to know the
|
||||
# root password.
|
||||
if test -f "$pid_file"
|
||||
if test -s "$pid_file"
|
||||
then
|
||||
mysqld_pid=`cat $pid_file`
|
||||
echo "Killing mysqld with pid $mysqld_pid"
|
||||
|
||||
Reference in New Issue
Block a user