1
0
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:
lenz@mysql.com
2003-04-15 16:11:37 +02:00
parent faad672620
commit 7fbc28c074

View File

@@ -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