summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/log0log.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/log0log.h')
-rw-r--r--storage/xtradb/include/log0log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/xtradb/include/log0log.h b/storage/xtradb/include/log0log.h
index 857ec0946c2..96c4b81695a 100644
--- a/storage/xtradb/include/log0log.h
+++ b/storage/xtradb/include/log0log.h
@@ -977,6 +977,11 @@ struct log_struct{
become signaled */
/* @} */
#endif /* UNIV_LOG_ARCHIVE */
+ ib_uint64_t tracked_lsn; /*!< log tracking has advanced to this
+ lsn. Field accessed atomically where
+ 64-bit atomic ops are supported,
+ protected by the log sys mutex
+ otherwise. */
};
/** Test if flush order mutex is owned. */