From 8b2a5a0fc711f1f7b7bcd0b5bb84edaed7a5d519 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Thu, 30 Apr 2020 01:45:20 +0300 Subject: [PATCH] mdbx: update MDBX_NOSUBDIR description. Change-Id: I1d86e2d9147494dff9cf54795416370eafbb53b7 --- mdbx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index a162f38a..5feb1614 100644 --- a/mdbx.h +++ b/mdbx.h @@ -919,7 +919,9 @@ LIBMDBX_API const char *mdbx_dump_val(const MDBX_val *key, char *const buf, * - without MDBX_NOSUBDIR = in a filesystem we have the MDBX-directory with * given pathname, within that a pair of MDBX-files with predefined names. * - * This flag affects only at environment opening and can't be changed after. */ + * This flag affects only at new environment creating by mdbx_env_open(), + * otherwise at opening an existing environment libmdbx will choice this + * automatically. */ #define MDBX_NOSUBDIR 0x4000u /* MDBX_RDONLY = read only mode.