summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2001-03-23 21:16:57 +0200
committerunknown <monty@tik.mysql.fi>2001-03-23 21:16:57 +0200
commit4465539a3300ca9bbff683f9e1d65f40706370ae (patch)
tree0224b5560ed980478d0b78f3495e501589067ca8 /Docs
parent4ec76c1d2f30fb3a54f7a22476d49a4c0b50f84f (diff)
downloadmariadb-git-4465539a3300ca9bbff683f9e1d65f40706370ae.tar.gz
Fixed bug with FLUSH TABLES when using temporary tables
Docs/manual.texi: Fixed typos
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 712b67e936e..6b5daa0f9b4 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -21486,7 +21486,7 @@ aborting the write.
@item @code{open_files_limit}
If this is not 0, then @code{mysqld} will use this value to reserve file
-descriptors to use with @code{getrlimit()}. If this value is 0 then
+descriptors to use with @code{setrlimit()}. If this value is 0 then
@code{mysqld} will reserve @code{max_connections*5} or
@code{max_connections + table_cache*2} (whichever is larger) number of
files. You should try increasing this if @code{mysqld} gives you the
@@ -42652,8 +42652,8 @@ MySQL 3.23 version).
@item
Fixed buffer overflow bug when writing a certain error message.
@item
-Added usage of @code{getrlimit()} on Linux to get @code{-O
---open-files-limit=#} to work on Linux.
+Added usage of @code{setrlimit()} on Linux to get
+@code{-O --open-files-limit=#} to work on Linux.
@item
Added new @code{mysqld} variable: @code{bdb_version}.
@item