summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-10-29 23:54:37 +0200
committermonty@mashka.mysql.fi <>2002-10-29 23:54:37 +0200
commitbb7f37ab2eacb6303d5708538578742a66627151 (patch)
tree7459abcf2b29e1c59d1ecb93ef0a42fdc01adbfb /scripts
parent245218284495701846f49d986bc91997b97563d6 (diff)
parent5343d4c96993e31a3377be07e9c97aee27784461 (diff)
downloadmariadb-git-bb7f37ab2eacb6303d5708538578742a66627151.tar.gz
merge
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysqld_safe.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh
index 9dea2eb3935..f51eff6585f 100644
--- a/scripts/mysqld_safe.sh
+++ b/scripts/mysqld_safe.sh
@@ -215,6 +215,7 @@ then
if test -n "$open_files"
then
ulimit -n $open_files
+ args="open-files-limit=$open_files $args"
fi
if test -n "$core_file_size"
then