mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx: clarify the mdbx_env_open()
's pathname
parameter description.
Change-Id: I1afafe621b2047abe4af02d37d51142a94abb982
This commit is contained in:
parent
9bf7d53dc2
commit
c4e3b95301
5
mdbx.h
5
mdbx.h
@ -1737,8 +1737,9 @@ LIBMDBX_API int mdbx_env_create(MDBX_env **penv);
|
|||||||
* \param [in] env An environment handle returned
|
* \param [in] env An environment handle returned
|
||||||
* by \ref mdbx_env_create()
|
* by \ref mdbx_env_create()
|
||||||
*
|
*
|
||||||
* \param [in] pathname The directory in which the database files reside.
|
* \param [in] pathname The pathname for the database or the directory in which
|
||||||
* This directory must already exist and be writable.
|
* the database files reside. In the case of directory it
|
||||||
|
* must already exist and be writable.
|
||||||
*
|
*
|
||||||
* \param [in] flags Special options for this environment. This parameter
|
* \param [in] flags Special options for this environment. This parameter
|
||||||
* must be set to 0 or by bitwise OR'ing together one
|
* must be set to 0 or by bitwise OR'ing together one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user