diff options
author | monty@donna.mysql.com <> | 2000-09-26 22:40:49 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-26 22:40:49 +0300 |
commit | b13c4de9553855ff62828b0cb13100724e9be79b (patch) | |
tree | beae0dca7b6fe7030568c3239c9840b74a692872 /Docs | |
parent | 1148accfa3e1b50df9ccc012f9db942cbf71f5d9 (diff) | |
parent | a9e11f2378cfac908ae99cd25cecc108f5ddbf52 (diff) | |
download | mariadb-git-b13c4de9553855ff62828b0cb13100724e9be79b.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 0327cd409f8..3c3d53232b1 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -7702,6 +7702,9 @@ able to mix @code{INSERT} and @code{SELECT}. Currently we use mutexes to emulate @code{pread()}/@code{pwrite()}. We will in the long run replace the file level interface with a virtual interface so that we can use the @code{readfile()}/@code{writefile()} interface on NT to get more speed. +The current implementation will however limit the number of open files +@strong{MySQL} can use to 1024, which means that you will not be able to +run as many concurrent threads on NT as on Unix. @item Blocking read @strong{MySQL} uses a blocking read for each connection. |