scripts/mysqld_safe.sh
Copy a fix by jperkin for bug#30624 into the 5.1.22 build tree.
This commit is contained in:
parent
89f88eab6e
commit
c66df1c169
@ -363,7 +363,7 @@ then
|
|||||||
USER_OPTION="--user=$user"
|
USER_OPTION="--user=$user"
|
||||||
fi
|
fi
|
||||||
# Change the err log to the right user, if it is in use
|
# 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
|
touch $err_log
|
||||||
chown $user $err_log
|
chown $user $err_log
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user