mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
- added missing dashes to parameter "open-files-limit" in mysqld_safe
(bug #264)
This commit is contained in:
@@ -224,7 +224,7 @@ then
|
||||
if test -n "$open_files"
|
||||
then
|
||||
ulimit -n $open_files
|
||||
args="open-files-limit=$open_files $args"
|
||||
args="--open-files-limit=$open_files $args"
|
||||
fi
|
||||
if test -n "$core_file_size"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user