mdbx: support for user-settable transaction context.

Change-Id: Ib4a345628e2c1ca2f95ac7615ea53d94911e5198
This commit is contained in:
Leonid Yuriev
2020-09-29 14:41:44 +03:00
parent 10c50aaf2e
commit 6294e1710a
4 changed files with 112 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ Added features:
- Improved DB corruption detection by checking parent-page-txnid.
- Improved opening large DB (> 4Gb) from 32-bit code.
- Provided `pure-function` and `const-function` attributes to C API.
- Support for user-settable transaction context.
Deprecated functions and flags: