mdbx: minor refine/fix MDBX_SAFE_NOSYNC description.

Change-Id: I26c6f56363b9ec89dd321961133784b410cea1e0
This commit is contained in:
Leonid Yuriev 2020-10-27 19:59:11 +03:00
parent e1d9ac8b29
commit b1d21d571f

2
mdbx.h
View File

@ -1163,7 +1163,7 @@ enum MDBX_env_flags_t {
/** Don't sync anything but keep previous steady commits.
*
* Like \ref MDBX_UTTERLY_NOSYNC the `MDBX_SAFE_NOSYNC` flag similarly disable
* Like \ref MDBX_UTTERLY_NOSYNC the `MDBX_SAFE_NOSYNC` flag disable similarly
* flush system buffers to disk when committing a transaction. But there is a
* huge difference in how are recycled the MVCC snapshots corresponding to
* previous "steady" transactions (see below).