NCBI C++ ToolKit
|
BerkeleyDB uses -30800 to -30999, we'll go under them. More...
Macros | |
#define | MDB_SUCCESS 0 |
Successful result. More... | |
#define | MDB_SUCCESS 0 |
Successful result. More... | |
#define | MDB_KEYEXIST (-30799) |
key/data pair already exists More... | |
#define | MDB_KEYEXIST (-30799) |
key/data pair already exists More... | |
#define | MDB_NOTFOUND (-30798) |
key/data pair not found (EOF) More... | |
#define | MDB_NOTFOUND (-30798) |
key/data pair not found (EOF) More... | |
#define | MDB_PAGE_NOTFOUND (-30797) |
Requested page not found - this usually indicates corruption. More... | |
#define | MDB_PAGE_NOTFOUND (-30797) |
Requested page not found - this usually indicates corruption. More... | |
#define | MDB_CORRUPTED (-30796) |
Located page was wrong type. More... | |
#define | MDB_CORRUPTED (-30796) |
Located page was wrong type. More... | |
#define | MDB_PANIC (-30795) |
Update of meta page failed or environment had fatal error. More... | |
#define | MDB_PANIC (-30795) |
Update of meta page failed or environment had fatal error. More... | |
#define | MDB_VERSION_MISMATCH (-30794) |
Environment version mismatch. More... | |
#define | MDB_VERSION_MISMATCH (-30794) |
Environment version mismatch. More... | |
#define | MDB_INVALID (-30793) |
File is not a valid LMDB file. More... | |
#define | MDB_INVALID (-30793) |
File is not a valid LMDB file. More... | |
#define | MDB_MAP_FULL (-30792) |
Environment mapsize reached. More... | |
#define | MDB_MAP_FULL (-30792) |
Environment mapsize reached. More... | |
#define | MDB_DBS_FULL (-30791) |
Environment maxdbs reached. More... | |
#define | MDB_DBS_FULL (-30791) |
Environment maxdbs reached. More... | |
#define | MDB_READERS_FULL (-30790) |
Environment maxreaders reached. More... | |
#define | MDB_READERS_FULL (-30790) |
Environment maxreaders reached. More... | |
#define | MDB_TLS_FULL (-30789) |
Too many TLS keys in use - Windows only. More... | |
#define | MDB_TLS_FULL (-30789) |
Too many TLS keys in use - Windows only. More... | |
#define | MDB_TXN_FULL (-30788) |
Txn has too many dirty pages. More... | |
#define | MDB_TXN_FULL (-30788) |
Txn has too many dirty pages. More... | |
#define | MDB_CURSOR_FULL (-30787) |
Cursor stack too deep - internal error. More... | |
#define | MDB_CURSOR_FULL (-30787) |
Cursor stack too deep - internal error. More... | |
#define | MDB_PAGE_FULL (-30786) |
Page has not enough space - internal error. More... | |
#define | MDB_PAGE_FULL (-30786) |
Page has not enough space - internal error. More... | |
#define | MDB_MAP_RESIZED (-30785) |
Database contents grew beyond environment mapsize. More... | |
#define | MDB_MAP_RESIZED (-30785) |
Database contents grew beyond environment mapsize. More... | |
#define | MDB_INCOMPATIBLE (-30784) |
Operation and DB incompatible, or DB type changed. More... | |
#define | MDB_INCOMPATIBLE (-30784) |
Operation and DB incompatible, or DB type changed. More... | |
#define | MDB_BAD_RSLOT (-30783) |
Invalid reuse of reader locktable slot. More... | |
#define | MDB_BAD_RSLOT (-30783) |
Invalid reuse of reader locktable slot. More... | |
#define | MDB_BAD_TXN (-30782) |
Transaction must abort, has a child, or is invalid. More... | |
#define | MDB_BAD_TXN (-30782) |
Transaction must abort, has a child, or is invalid. More... | |
#define | MDB_BAD_VALSIZE (-30781) |
Unsupported size of key/DB name/data, or wrong DUPFIXED size. More... | |
#define | MDB_BAD_VALSIZE (-30781) |
Unsupported size of key/DB name/data, or wrong DUPFIXED size. More... | |
#define | MDB_BAD_DBI (-30780) |
The specified DBI was changed unexpectedly. More... | |
#define | MDB_BAD_DBI (-30780) |
The specified DBI was changed unexpectedly. More... | |
#define | MDB_LAST_ERRCODE MDB_BAD_DBI |
The last defined error code. More... | |
#define | MDB_LAST_ERRCODE MDB_BAD_DBI |
The last defined error code. More... | |
BerkeleyDB uses -30800 to -30999, we'll go under them.
#define MDB_BAD_DBI (-30780) |
#define MDB_BAD_DBI (-30780) |
#define MDB_BAD_RSLOT (-30783) |
#define MDB_BAD_RSLOT (-30783) |
#define MDB_BAD_TXN (-30782) |
#define MDB_BAD_TXN (-30782) |
#define MDB_BAD_VALSIZE (-30781) |
#define MDB_BAD_VALSIZE (-30781) |
#define MDB_CURSOR_FULL (-30787) |
#define MDB_CURSOR_FULL (-30787) |
#define MDB_INCOMPATIBLE (-30784) |
Operation and DB incompatible, or DB type changed.
This can mean:
#define MDB_INCOMPATIBLE (-30784) |
Operation and DB incompatible, or DB type changed.
This can mean:
#define MDB_LAST_ERRCODE MDB_BAD_DBI |
#define MDB_LAST_ERRCODE MDB_BAD_DBI |
#define MDB_MAP_RESIZED (-30785) |
#define MDB_MAP_RESIZED (-30785) |
#define MDB_PAGE_FULL (-30786) |
#define MDB_PAGE_FULL (-30786) |
#define MDB_PAGE_NOTFOUND (-30797) |
#define MDB_PAGE_NOTFOUND (-30797) |
#define MDB_PANIC (-30795) |
#define MDB_PANIC (-30795) |
#define MDB_READERS_FULL (-30790) |
#define MDB_READERS_FULL (-30790) |
#define MDB_TLS_FULL (-30789) |
#define MDB_TLS_FULL (-30789) |
#define MDB_VERSION_MISMATCH (-30794) |