mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-06 19:08:56 +08:00
mdbx++: добавление txn::make_broken().
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -4235,7 +4235,7 @@ LIBMDBX_INLINE_API(int, mdbx_txn_commit, (MDBX_txn * txn)) { return mdbx_txn_com
|
||||
* \retval MDBX_EINVAL Transaction handle is NULL. */
|
||||
LIBMDBX_API int mdbx_txn_abort(MDBX_txn *txn);
|
||||
|
||||
/** \brief Marks transaction as broken.
|
||||
/** \brief Marks transaction as broken to prevent further operations.
|
||||
* \ingroup c_transactions
|
||||
*
|
||||
* Function keeps the transaction handle and corresponding locks, but makes
|
||||
|
||||
Reference in New Issue
Block a user