mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: alter MDBX_CURSOR_FULL description.
Change-Id: I70d13e7503d10c6050bd17e4dd8bd814e46799af
This commit is contained in:
3
mdbx.h
3
mdbx.h
@@ -1449,7 +1449,8 @@ typedef enum MDBX_cursor_op {
|
||||
/* Transaction has too many dirty pages, i.e transaction too big */
|
||||
#define MDBX_TXN_FULL (-30788)
|
||||
|
||||
/* Cursor stack too deep - internal error */
|
||||
/* Cursor stack too deep - this usually indicates corruption,
|
||||
* i.e branch-pages loop */
|
||||
#define MDBX_CURSOR_FULL (-30787)
|
||||
|
||||
/* Page has not enough space - internal error */
|
||||
|
Reference in New Issue
Block a user