mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Small fixes for release
Docs/manual.texi: Update of file limits on windows myisam/mi_close.c: Fix for alter table on windows myisam/mi_extra.c: Fix for alter table on windows myisam/myisamlog.c: Corrected statistics information sql-bench/limits/mysql-3.23.cfg: Update to new crash-me sql-bench/limits/mysql.cfg: Update to new crash-me sql/sql_base.cc: Fix if end of memory sql/table.cc: Fix of new introduced index-handling bug
This commit is contained in:
@@ -7694,6 +7694,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.
|
||||
|
Reference in New Issue
Block a user