mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '5.5' into 10.1
This commit is contained in:
@@ -388,7 +388,7 @@ case "$mode" in
|
||||
fi
|
||||
else
|
||||
# Try to find appropriate mysqld process
|
||||
mysqld_pid=`pgrep $libexecdir/mysqld`
|
||||
mysqld_pid=`pgrep -f $libexecdir/mysqld`
|
||||
|
||||
# test if multiple pids exist
|
||||
pid_count=`echo $mysqld_pid | wc -w`
|
||||
|
Reference in New Issue
Block a user