mdbx: checking the order of keys on all pages during the audit (squashed).

This commit is contained in:
Leonid Yuriev
2020-05-12 01:11:12 +03:00
parent 30bb2363e1
commit 57d76d1f7a
4 changed files with 107 additions and 35 deletions

View File

@@ -1259,7 +1259,7 @@ int main(int argc, char *argv[]) {
}
saved_list = problems_push();
rc = mdbx_env_pgwalk(txn, pgvisitor, NULL);
rc = mdbx_env_pgwalk(txn, pgvisitor, NULL, ignore_wrong_order);
traversal_problems = problems_pop(saved_list);
if (rc) {