Commit c0a9e996 authored by unknown's avatar unknown

scripts/mysqld_safe.sh

    Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.


scripts/mysqld_safe.sh:
  Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.
parent db1f9468
......@@ -363,7 +363,7 @@ then
USER_OPTION="--user=$user"
fi
# Change the err log to the right user, if it is in use
if [ $syslog -eq 0 ]; then
if [ $want_syslog -eq 0 ]; then
touch $err_log
chown $user $err_log
fi
......
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