mdbx++: добавление txn::make_broken().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-01-02 11:15:19 +03:00
parent 1bf008ac16
commit 0a364aefbb
2 changed files with 6 additions and 1 deletions

2
mdbx.h
View File

@@ -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