summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/libmdbx/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/README.md')
-rw-r--r--plugins/Dbx_mdbx/src/libmdbx/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/README.md b/plugins/Dbx_mdbx/src/libmdbx/README.md
index 4820975679..1a046717ee 100644
--- a/plugins/Dbx_mdbx/src/libmdbx/README.md
+++ b/plugins/Dbx_mdbx/src/libmdbx/README.md
@@ -20,8 +20,6 @@ libmdbx
6. [Asynchronous lazy data flushing](https://sites.fas.harvard.edu/~cs265/papers/kathuria-2008.pdf) to disk(s);
7. etc...
-Don't miss [Java Native Interface](https://github.com/castortech/mdbxjni) by [Castor Technologies](https://castortech.com/).
-
-----
Nowadays MDBX intended for Linux, and support Windows (since
@@ -405,7 +403,7 @@ Improvements over LMDB
13. Fixed `mdbx_cursor_count()`, which returns correct count of duplicated for all table types and any cursor position.
-14. Ability to open DB in exclusive mode via `mdbx_env_open_ex()`, e.g. for integrity check.
+14. Ability to open DB in exclusive mode with `MDBX_EXCLUSIVE` flag, e.g. for integrity check.
15. Ability to close DB in "dirty" state (without data flush and creation of steady synchronization point)
via `mdbx_env_close_ex()`.