mdbx: minor clarify MDBX_EKEYMISMATCH description.

Change-Id: I310feb62bc849e01dc3faf0b93a16b654b53d3bd
This commit is contained in:
Leonid Yuriev 2020-02-03 17:07:41 +03:00
parent 62a39d84b3
commit 0714c07e28

3
mdbx.h
View File

@ -1503,8 +1503,7 @@ typedef enum MDBX_cursor_op {
* since it opened in read-only mode */
#define MDBX_WANNA_RECOVERY (-30419)
/* The given key value is mismatched to the current cursor position,
* when mdbx_cursor_put() called with MDBX_CURRENT option. */
/* The given key value is mismatched to the current cursor position */
#define MDBX_EKEYMISMATCH (-30418)
/* Database is too large for current system,