diff options
Diffstat (limited to 'include/log0log.h')
-rw-r--r-- | include/log0log.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/log0log.h b/include/log0log.h index 31cbfe1a974..1d8476d36e5 100644 --- a/include/log0log.h +++ b/include/log0log.h @@ -962,6 +962,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. */ |