mariadb/storage
Vladislav Vaintroub 4171483b53 Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing.
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
2011-06-12 15:52:07 +02:00
..
archive Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
blackhole merge 2010-12-06 13:16:49 +01:00
csv merge 2010-12-06 13:16:49 +01:00
example small enhancement of the create table options feature: 2011-05-10 18:19:11 +02:00
federated Merge with 5.1 2011-01-12 17:38:13 +02:00
federatedx Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
heap Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
ibmdb2i Fixed typos 2011-01-07 13:45:59 +02:00
innobase Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
innodb_plugin Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
maria Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
myisam Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
myisammrg Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
ndb Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
oqgraph Detect Boost installation and build OQGRAPH when possible. For now, disable oqgraph on x64 until 2011-04-10 22:48:28 -07:00
pbxt Merge with 5.1 to get in fix wrong setpriority() call 2011-05-26 18:07:06 +03:00
sphinx MBug#691437: storage/sphinx/plug.in missing from source tarball. 2010-12-17 08:33:36 +01:00
xtradb Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs increasing. 2011-06-12 15:52:07 +02:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mysql_storage_engine.cmake Small CMake fixes : 2011-05-15 13:38:18 +02:00