mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
mysqld_safe.sh:
Fix a few typos in comments (from Paul DuBois) scripts/mysqld_safe.sh: Fix a few typos in comments (from Paul DuBois)
This commit is contained in:
parent
d57c19086c
commit
fef75d10c4
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
KILL_MYSQLD=1;
|
KILL_MYSQLD=1;
|
||||||
MYSQLD=
|
MYSQLD=
|
||||||
niceness=0
|
niceness=0
|
||||||
# Default on, unless --log-err is specified (and before options are parsed)
|
# Default on, unless --log-error is specified (and before options are parsed)
|
||||||
syslog=2
|
syslog=2
|
||||||
user=@MYSQLD_USER@
|
user=@MYSQLD_USER@
|
||||||
pid_file=
|
pid_file=
|
||||||
|
@ -256,7 +256,7 @@ if [ -n "$err_log" -o $syslog -eq 0 ]
|
||||||
then
|
then
|
||||||
if [ -n "$err_log" ]
|
if [ -n "$err_log" ]
|
||||||
then
|
then
|
||||||
# mysqld adds ".err" if there is no extension on the --log-err
|
# mysqld adds ".err" if there is no extension on the --log-error
|
||||||
# argument; must match that here, or mysqld_safe will write to a
|
# argument; must match that here, or mysqld_safe will write to a
|
||||||
# different log file than mysqld
|
# different log file than mysqld
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue