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
ed243249
Commit
ed243249
authored
Apr 17, 2006
by
igreenhoe@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug #17353.
parent
592dc88b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
scripts/mysqld_safe.sh
scripts/mysqld_safe.sh
+7
-4
No files found.
scripts/mysqld_safe.sh
View file @
ed243249
...
...
@@ -321,10 +321,13 @@ then
ulimit
-n
$open_files
args
=
"--open-files-limit=
$open_files
$args
"
fi
if
test
-n
"
$core_file_size
"
then
ulimit
-c
$core_file_size
fi
fi
# Try to set the core file size (even if we aren't root) because many systems
# don't specify a hard limit on core file size.
if
test
-n
"
$core_file_size
"
then
ulimit
-c
$core_file_size
fi
#
...
...
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