mdbx: fix minor warning for MDBX_TXN_INVALID.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-05-03 14:16:19 +03:00
parent 43c85a68f3
commit 9230201ca9
2 changed files with 2 additions and 2 deletions

2
mdbx.h
View File

@@ -1458,7 +1458,7 @@ enum MDBX_txn_flags_t {
/** Transaction is invalid.
* \note Transaction state flag. Returned from \ref mdbx_txn_flags()
* but can't be used with \ref mdbx_txn_begin(). */
MDBX_TXN_INVALID = 0x80000000,
MDBX_TXN_INVALID = INT32_MIN,
/** Transaction is finished or never began.
* \note Transaction state flag. Returned from \ref mdbx_txn_flags()