mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
os0file.c:
Put back accidentally removed undef and remove a debug def
This commit is contained in:
parent
e25b633367
commit
b56085a87e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,6 @@ The interface to the operating system file i/o primitives
|
||||||
Created 10/21/1995 Heikki Tuuri
|
Created 10/21/1995 Heikki Tuuri
|
||||||
*******************************************************/
|
*******************************************************/
|
||||||
|
|
||||||
#define HAVE_BROKEN_PREAD
|
|
||||||
|
|
||||||
#include "os0file.h"
|
#include "os0file.h"
|
||||||
#include "os0sync.h"
|
#include "os0sync.h"
|
||||||
#include "os0thread.h"
|
#include "os0thread.h"
|
||||||
|
@ -16,6 +14,8 @@ Created 10/21/1995 Heikki Tuuri
|
||||||
#include "fil0fil.h"
|
#include "fil0fil.h"
|
||||||
#include "buf0buf.h"
|
#include "buf0buf.h"
|
||||||
|
|
||||||
|
#undef HAVE_FDATASYNC
|
||||||
|
|
||||||
#ifdef POSIX_ASYNC_IO
|
#ifdef POSIX_ASYNC_IO
|
||||||
/* We assume in this case that the OS has standard Posix aio (at least SunOS
|
/* We assume in this case that the OS has standard Posix aio (at least SunOS
|
||||||
2.6, HP-UX 11i and AIX 4.3 have) */
|
2.6, HP-UX 11i and AIX 4.3 have) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue