mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:54:13 +08:00
mdbx: update MDBX_NOSUBDIR description.
Change-Id: I1d86e2d9147494dff9cf54795416370eafbb53b7
This commit is contained in:
parent
1488457641
commit
8b2a5a0fc7
4
mdbx.h
4
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user