mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-20 10:48:56 +08:00
mdbx: refine meta_txnid().
Change-Id: I4d78b2ebed8850c90dc762405ba939be7385c9a3
This commit is contained in:
@@ -134,7 +134,7 @@ typedef uint64_t txnid_t;
|
||||
#elif MDBX_DEBUG
|
||||
#define MIN_TXNID UINT64_C(0x100000000)
|
||||
#else
|
||||
#define MIN_TXNID UINT64_C(0)
|
||||
#define MIN_TXNID UINT64_C(1)
|
||||
#endif /* MIN_TXNID */
|
||||
|
||||
/* Used for offsets within a single page.
|
||||
|
Reference in New Issue
Block a user