Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e345a242
Commit
e345a242
authored
Jul 09, 2007
by
tsmith@sita.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysqld_safe.sh:
Fix a few typos in comments (from Paul DuBois)
parent
832eb837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/mysqld_safe.sh
scripts/mysqld_safe.sh
+2
-2
No files found.
scripts/mysqld_safe.sh
View file @
e345a242
...
...
@@ -14,7 +14,7 @@
KILL_MYSQLD
=
1
;
MYSQLD
=
niceness
=
0
# Default on, unless --log-err is specified (and before options are parsed)
# Default on, unless --log-err
or
is specified (and before options are parsed)
syslog
=
2
user
=
@MYSQLD_USER@
pid_file
=
...
...
@@ -256,7 +256,7 @@ if [ -n "$err_log" -o $syslog -eq 0 ]
then
if
[
-n
"
$err_log
"
]
then
# mysqld adds ".err" if there is no extension on the --log-err
# mysqld adds ".err" if there is no extension on the --log-err
or
# argument; must match that here, or mysqld_safe will write to a
# different log file than mysqld
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment