mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: checking the order of keys on all pages during the audit (squashed).
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -3530,7 +3530,7 @@ MDBX_pgvisitor_func(const uint64_t pgno, const unsigned number, void *const ctx,
|
||||
|
||||
/* B-tree traversal function. */
|
||||
LIBMDBX_API int mdbx_env_pgwalk(MDBX_txn *txn, MDBX_pgvisitor_func *visitor,
|
||||
void *ctx);
|
||||
void *ctx, int dont_check_keys_ordering);
|
||||
|
||||
/**** Attribute support functions for Nexenta *********************************/
|
||||
#ifdef MDBX_NEXENTA_ATTRS
|
||||
|
Reference in New Issue
Block a user