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
d2ef2ec9
Commit
d2ef2ec9
authored
Oct 05, 2002
by
Sinisa@sinisa.nasamreza.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a small fix for some shells
parent
d4fc18bf
Changes
2
Show 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/mysqld_safe.sh
scripts/mysqld_safe.sh
+2
-2
No files found.
Docs/manual.texi
View file @
d2ef2ec9
...
...
@@ -50834,6 +50834,8 @@ each individual 4.0.x release.
@appendixsubsec Changes in release 4.0.5
@itemize
@item
Small fix in mysqld_safe for some shells
@item
Give error if one has more than 2 ^ 32 rows in a MyISAM MERGE file and one
has not compiled MySQL with @code{-DBIG_TABLES}.
@item
scripts/mysqld_safe.sh
View file @
d2ef2ec9
...
...
@@ -307,8 +307,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