mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually supports it
innobase/include/os0file.h: Define always WIN_ASYNC_IO, check at run-time if the OS actually supports it
This commit is contained in:
parent
926bd6761f
commit
33db66b7c5
1 changed files with 2 additions and 4 deletions
|
@ -13,12 +13,10 @@ Created 10/21/1995 Heikki Tuuri
|
|||
|
||||
#ifdef __WIN__
|
||||
|
||||
#if (defined(__NT__) || defined(__WIN2000__))
|
||||
|
||||
/* We define always WIN_ASYNC_IO, and check at run-time whether
|
||||
the OS actually supports it: Win 95 does not, NT does. */
|
||||
#define WIN_ASYNC_IO
|
||||
|
||||
#endif
|
||||
|
||||
#define UNIV_NON_BUFFERED_IO
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue