mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 16:22:07 +08:00
mdbx: minor refine/fix MDBX_SAFE_NOSYNC
description.
Change-Id: I26c6f56363b9ec89dd321961133784b410cea1e0
This commit is contained in:
parent
e1d9ac8b29
commit
b1d21d571f
2
mdbx.h
2
mdbx.h
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user