summaryrefslogtreecommitdiff
path: root/innobase/include/srv0start.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/srv0start.h')
-rw-r--r--innobase/include/srv0start.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/innobase/include/srv0start.h b/innobase/include/srv0start.h
index 75af1a212b4..8df0f97c4ff 100644
--- a/innobase/include/srv0start.h
+++ b/innobase/include/srv0start.h
@@ -75,6 +75,10 @@ extern dulint srv_start_lsn;
void set_panic_flag_for_netware(void);
#endif
+#ifdef HAVE_DARWIN_THREADS
+extern ibool srv_have_fullfsync;
+#endif
+
extern ulint srv_sizeof_trx_t_in_ha_innodb_cc;
extern ibool srv_is_being_started;