From b1d21d571fb9ea1eec7c000b04d29730ce5ec067 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 27 Oct 2020 19:59:11 +0300 Subject: [PATCH] mdbx: minor refine/fix `MDBX_SAFE_NOSYNC` description. Change-Id: I26c6f56363b9ec89dd321961133784b410cea1e0 --- mdbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 08790666..a2461738 100644 --- a/mdbx.h +++ b/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).