Commit 1d8e1ba3 authored by igreenhoe@mysql.com's avatar igreenhoe@mysql.com

Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0-maint

into  mysql.com:/home/greenman/workspace-mysql/mysql/pending/bug-5.0-17353
parents 763752ef 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
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
fi
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment