mdbx: update MDBX_NOSUBDIR description.

Change-Id: I1d86e2d9147494dff9cf54795416370eafbb53b7
This commit is contained in:
Leonid Yuriev 2020-04-30 01:45:20 +03:00
parent 1488457641
commit 8b2a5a0fc7

4
mdbx.h
View File

@ -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.