mdbx-doc: удаление устаревшего упоминания MDBX_EAGAIN.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2023-11-17 21:18:21 +03:00
parent c014685c01
commit 5abb6a9bbf
2 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,7 @@ and [by Yandex](https://translated.turbopages.org/proxy_u/ru-en.en/https/gitflic
- Добавление в C++ API забытого исключения `mdbx::duplicated_lck_file`.
- Обновление патча для старых версий buildroot.
- Использование в API `const MDBX_txn` где это возможно.
- Удаление устаревшего упоминания `MDBX_EAGAIN`.
--------------------------------------------------------------------------------

1
mdbx.h
View File

@ -2352,7 +2352,6 @@ LIBMDBX_API int mdbx_env_get_option(const MDBX_env *env,
* doesn't exist.
* \retval MDBX_EACCES The user didn't have permission to access
* the environment files.
* \retval MDBX_EAGAIN The environment was locked by another process.
* \retval MDBX_BUSY The \ref MDBX_EXCLUSIVE flag was specified and the
* environment is in use by another process,
* or the current process tries to open environment