mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: rename MDBX_LAST_LMDB_ERRCODE and fix description.
Change-Id: I9a855871ae8821d0d10472c48b5467fd507c01a5
This commit is contained in:
6
mdbx.h
6
mdbx.h
@@ -1447,13 +1447,13 @@ typedef enum MDBX_cursor_op {
|
||||
/* Unexpected problem - txn should abort */
|
||||
#define MDBX_PROBLEM (-30779)
|
||||
|
||||
/* The last LMDB-compatible defined error code */
|
||||
#define MDBX_LAST_LMDB_ERRCODE MDBX_PROBLEM
|
||||
|
||||
/* Another write transaction is running or environment is already used while
|
||||
* opening with MDBX_EXCLUSIVE flag */
|
||||
#define MDBX_BUSY (-30778)
|
||||
|
||||
/* The last defined error code */
|
||||
#define MDBX_LAST_ERRCODE MDBX_BUSY
|
||||
|
||||
/* The mdbx_put() or mdbx_replace() was called for key,
|
||||
* that has more that one associated value. */
|
||||
#define MDBX_EMULTIVAL (-30421)
|
||||
|
Reference in New Issue
Block a user