mdbx: refine description of MDBX_BAD_RSLOT.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-11-02 22:11:49 +03:00
parent ffb822cb61
commit c07cfd30e1
2 changed files with 2 additions and 4 deletions

3
mdbx.h
View File

@@ -1909,8 +1909,7 @@ typedef enum MDBX_error {
* - The table was dropped and recreated with different flags. */
MDBX_INCOMPATIBLE = -30784,
/** Invalid reuse of reader locktable slot,
* e.g. read-transaction already run for current thread */
/** Reader locktable slot was unexpectly reused or cleared by an enemy thread */
MDBX_BAD_RSLOT = -30783,
/** Transaction is not valid for requested operation,