mdbx++: add txnid type.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-11-14 10:09:13 +03:00
parent 9d7c5243d2
commit 73215bdcc7

View File

@@ -370,6 +370,9 @@ class txn_managed;
class cursor; class cursor;
class cursor_managed; class cursor_managed;
/// \brief Transaction ID and MVCC-snapshot number.
using txnid = uint64_t;
/// \brief Default buffer. /// \brief Default buffer.
using default_buffer = buffer<default_allocator, default_capacity_policy>; using default_buffer = buffer<default_allocator, default_capacity_policy>;