summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-07-26 14:43:48 +0300
committerunknown <marko@hundin.mysql.fi>2005-07-26 14:43:48 +0300
commit2e4283e05342d6aeb0d3c92b43bdfc7856a5e220 (patch)
tree8fcd234e093b835bfbdd17820b6b4a1ee36fa78f /innobase/include
parent3521daed379a809a13d7fb61c45a5a102bae4797 (diff)
parentaee8de3527f8f14262c2c3151659f9aef77d1cf6 (diff)
downloadmariadb-git-2e4283e05342d6aeb0d3c92b43bdfc7856a5e220.tar.gz
Merge hundin.mysql.fi:/home/marko/mysql-4.1
into hundin.mysql.fi:/home/marko/mysql-5.0 innobase/include/os0file.h: Automerge and manual fix innobase/os/os0file.c: Automerged innobase/trx/trx0sys.c: Automerged
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/os0file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/os0file.h b/innobase/include/os0file.h
index 362e3552411..adbc4afafd2 100644
--- a/innobase/include/os0file.h
+++ b/innobase/include/os0file.h
@@ -19,7 +19,9 @@ Created 10/21/1995 Heikki Tuuri
typedef struct fil_node_struct fil_node_t;
+#ifdef UNIV_DO_FLUSH
extern ibool os_do_not_call_flush_at_each_write;
+#endif /* UNIV_DO_FLUSH */
extern ibool os_has_said_disk_full;
extern ibool os_aio_print_debug;