Commit bf09c10a authored by unknown's avatar unknown

- added missing dashes to parameter "open-files-limit" in mysqld_safe

   (bug #264)

parent ffb7fb40
...@@ -224,7 +224,7 @@ then ...@@ -224,7 +224,7 @@ then
if test -n "$open_files" if test -n "$open_files"
then then
ulimit -n $open_files ulimit -n $open_files
args="open-files-limit=$open_files $args" args="--open-files-limit=$open_files $args"
fi fi
if test -n "$core_file_size" if test -n "$core_file_size"
then then
......
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