summaryrefslogtreecommitdiff
path: root/innobase/os
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2004-12-21 18:33:53 +0200
committerheikki@hundin.mysql.fi <>2004-12-21 18:33:53 +0200
commitb56085a87ecea5d4f524e4a1308cefccbd66e2f1 (patch)
tree49665ec336a868f5aa0c697bee2c6e8584b7d8c4 /innobase/os
parente25b633367ea0ca9c9d9ffee8b7abed70ba436af (diff)
downloadmariadb-git-b56085a87ecea5d4f524e4a1308cefccbd66e2f1.tar.gz
os0file.c:
Put back accidentally removed undef and remove a debug def
Diffstat (limited to 'innobase/os')
-rw-r--r--innobase/os/os0file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/os/os0file.c b/innobase/os/os0file.c
index bab043fc746..b8339134fb1 100644
--- a/innobase/os/os0file.c
+++ b/innobase/os/os0file.c
@@ -6,8 +6,6 @@ The interface to the operating system file i/o primitives
Created 10/21/1995 Heikki Tuuri
*******************************************************/
-#define HAVE_BROKEN_PREAD
-
#include "os0file.h"
#include "os0sync.h"
#include "os0thread.h"
@@ -16,6 +14,8 @@ Created 10/21/1995 Heikki Tuuri
#include "fil0fil.h"
#include "buf0buf.h"
+#undef HAVE_FDATASYNC
+
#ifdef POSIX_ASYNC_IO
/* 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) */