summaryrefslogtreecommitdiff
path: root/scripts/mysqld_safe.sh
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-10-29 22:56:30 +0200
committermonty@mashka.mysql.fi <>2002-10-29 22:56:30 +0200
commit5343d4c96993e31a3377be07e9c97aee27784461 (patch)
treeb93d36288a2bf44b78ebae18e00a9062e08a24bd /scripts/mysqld_safe.sh
parent1f10e446778c4f54778da2d850b9cdc34db63d16 (diff)
downloadmariadb-git-5343d4c96993e31a3377be07e9c97aee27784461.tar.gz
Added --skip-safemalloc to mysqltest
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
Diffstat (limited to 'scripts/mysqld_safe.sh')
-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