mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx-doc: исправление опечатки в MDBX_ENV_JUST_DELETE
.
This commit is contained in:
parent
27893f52f1
commit
1d0ee509c2
2
mdbx.h
2
mdbx.h
@ -2444,7 +2444,7 @@ enum MDBX_env_delete_mode_t {
|
|||||||
/** \brief Just delete the environment's files and directory if any.
|
/** \brief Just delete the environment's files and directory if any.
|
||||||
* \note On POSIX systems, processes already working with the database will
|
* \note On POSIX systems, processes already working with the database will
|
||||||
* continue to work without interference until it close the environment.
|
* continue to work without interference until it close the environment.
|
||||||
* \note On Windows, the behavior of `MDB_ENV_JUST_DELETE` is different
|
* \note On Windows, the behavior of `MDBX_ENV_JUST_DELETE` is different
|
||||||
* because the system does not support deleting files that are currently
|
* because the system does not support deleting files that are currently
|
||||||
* memory mapped. */
|
* memory mapped. */
|
||||||
MDBX_ENV_JUST_DELETE = 0,
|
MDBX_ENV_JUST_DELETE = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user