mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
4171483b53
The patch replaces the use of the POSIX I/O interfaces in mysys on Windows with the Win32 API calls (CreateFile, WriteFile, etc). The Windows HANDLE for the open file is stored in the my_file_info struct, along with a flag for append mode (because the Windows API does not support opening files in append mode in all cases) The default max open files has been increased to 16384 and can be increased further by setting --max-open-files=<value> during the server start. Noteworthy benefit of this patch is that it removes limits from the table_cache size - allowing for more simultaneus users |
||
---|---|---|
.. | ||
archive | ||
blackhole | ||
csv | ||
example | ||
federated | ||
federatedx | ||
heap | ||
ibmdb2i | ||
innobase | ||
innodb_plugin | ||
maria | ||
myisam | ||
myisammrg | ||
ndb | ||
oqgraph | ||
pbxt | ||
sphinx | ||
xtradb | ||
Makefile.am | ||
mysql_storage_engine.cmake |