summaryrefslogtreecommitdiff
path: root/innobase/include/os0file.h
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-04-11 15:51:01 +0300
committerunknown <heikki@hundin.mysql.fi>2002-04-11 15:51:01 +0300
commita14eb12907dd52ad1f9e2a6d0c61747b53f4811f (patch)
treef27a4a6e740e4e66531967d20d017d62e56031a1 /innobase/include/os0file.h
parentd2771b82a48ae4a0548daffba5961c5b345f019c (diff)
downloadmariadb-git-a14eb12907dd52ad1f9e2a6d0c61747b53f4811f.tar.gz
os0file.h:
Make sure Posix aio is never even tried to use innobase/include/os0file.h: Make sure Posix aio is never even tried to use
Diffstat (limited to 'innobase/include/os0file.h')
-rw-r--r--innobase/include/os0file.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h
index 67d76814936..3dba8ba3158 100644
--- a/innobase/include/os0file.h
+++ b/innobase/include/os0file.h
@@ -25,12 +25,6 @@ extern ibool os_has_said_disk_full;
#define UNIV_NON_BUFFERED_IO
-#else
-
-#if defined(HAVE_AIO_H) && defined(HAVE_LIBRT)
-#define POSIX_ASYNC_IO
-#endif
-
#endif
#ifdef __WIN__