mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: cleanup after last pull-request.
Cleanup after 4e40af60e7
(Merge pull request #20 from rouzier/feature/txn_try).
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -327,7 +327,7 @@ typedef int(MDBX_cmp_func)(const MDBX_val *a, const MDBX_val *b);
|
||||
/* Store multiple data items in one call. Only for MDBX_DUPFIXED. */
|
||||
#define MDBX_MULTIPLE 0x80000u
|
||||
|
||||
/* Transaction Flags*/
|
||||
/* Transaction Flags */
|
||||
/* Do not block when starting a write transaction */
|
||||
#define MDBX_TRYTXN 0x10000000u
|
||||
|
||||
|
Reference in New Issue
Block a user