mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: add self_latter_reader_txnid into MDBX_envinfo.
Change-Id: I17ac6e921f99df6ed61096ff0fbfbacf5a7e4608
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -475,6 +475,8 @@ typedef struct MDBX_envinfo {
|
||||
uint64_t mi_last_pgno; /* ID of the last used page */
|
||||
uint64_t mi_recent_txnid; /* ID of the last committed transaction */
|
||||
uint64_t mi_latter_reader_txnid; /* ID of the last reader transaction */
|
||||
uint64_t mi_self_latter_reader_txnid; /* ID of the last reader transaction of
|
||||
caller process */
|
||||
uint64_t mi_meta0_txnid, mi_meta0_sign;
|
||||
uint64_t mi_meta1_txnid, mi_meta1_sign;
|
||||
uint64_t mi_meta2_txnid, mi_meta2_sign;
|
||||
|
Reference in New Issue
Block a user