You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Add MDBX_CAREFUL environment flag which engages additional checks and turns on calling mdbx_page_check() for each page fetched to a cursor stack.
This also allows us to move some of the checks that are currently performed in normal mode and which are disengageable by the MDBX_DISABLE_PAGECHECKS build option, under the control of this flag. Ideally, it is desirable to get rid of the MDBX_DISABLE_PAGECHECKS option altogether.
Next, MDBX_CAREFUL should be always engaged by all mdbx-tools, especially by mdbx_chk and by mdbx_dump with -r option (recovery).
The text was updated successfully, but these errors were encountered:
Add
MDBX_CAREFUL
environment flag which engages additional checks and turns on callingmdbx_page_check()
for each page fetched to a cursor stack.This also allows us to move some of the checks that are currently performed in normal mode and which are disengageable by the
MDBX_DISABLE_PAGECHECKS
build option, under the control of this flag. Ideally, it is desirable to get rid of theMDBX_DISABLE_PAGECHECKS
option altogether.Next,
MDBX_CAREFUL
should be always engaged by all mdbx-tools, especially bymdbx_chk
and bymdbx_dump
with-r
option (recovery).The text was updated successfully, but these errors were encountered: