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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
987474a6
Commit
987474a6
authored
Oct 05, 2002
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix in mysqld_safe for some shells
parent
421514ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Docs/manual.texi
Docs/manual.texi
+2
-0
scripts/safe_mysqld.sh
scripts/safe_mysqld.sh
+2
-2
No files found.
Docs/manual.texi
View file @
987474a6
...
...
@@ -46929,6 +46929,8 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.53
@itemize @bullet
@item
Small fix in mysqld_safe for some shells
@item
Fixed that @code{SHOW STATUS} doesn't reset @code{Delayed_insert_threads}.
@item
Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value.
scripts/safe_mysqld.sh
View file @
987474a6
...
...
@@ -269,8 +269,8 @@ do
done
fi
echo
"
`
date
+
'%y%m%d %H:%M:%S
mysqld restarted'
`
"
|
tee
-a
$err_log
echo
"
`
date
+
'%y%m%d %H:%M:%S
'
mysqld restarted
" | tee -a
$err_log
done
echo
"
`
date
+
'%y%m%d %H:%M:%S
mysqld ended'
`
"
|
tee
-a
$err_log
echo "
`
date +'%y%m%d %H:%M:%S
'
`
mysqld ended
" | tee -a
$err_log
echo "" | tee -a
$err_log
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