mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-19 19:39:26 +08:00
mdbx++: добавление txn::commit_embark_read()
.
This commit is contained in:
4
mdbx.h++
4
mdbx.h++
@@ -4318,6 +4318,10 @@ public:
|
||||
/// \brief Commit all the operations of a transaction into the database.
|
||||
void commit();
|
||||
|
||||
/// \brief Commit all the operations of a transaction into the database
|
||||
/// and then start read transaction.
|
||||
void commit_embark_read();
|
||||
|
||||
using commit_latency = MDBX_commit_latency;
|
||||
|
||||
/// \brief Commit all the operations of a transaction into the database
|
||||
|
Reference in New Issue
Block a user