summaryrefslogtreecommitdiff
path: root/innobase
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
commit695f728d9161648482dae5889bb708447af42924 (patch)
treef27a4a6e740e4e66531967d20d017d62e56031a1 /innobase
parentb50d3ef9ade9d8a06ab1e5a55a78a019bdbe19bf (diff)
downloadmariadb-git-695f728d9161648482dae5889bb708447af42924.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')
-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__