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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/srv0start.h b/innobase/include/srv0start.h
index 66eeb4f2e3c..e2b20f3b5fc 100644
--- a/innobase/include/srv0start.h
+++ b/innobase/include/srv0start.h
@@ -28,4 +28,7 @@ int
innobase_shutdown_for_mysql(void);
/*=============================*/
/* out: DB_SUCCESS or error code */
+
+extern ibool srv_startup_is_before_trx_rollback_phase;
+
#endif