mdbx: add MDBX_opt_rp_augment_limit.

More for https://github.com/erthink/libmdbx/issues/128

Change-Id: I94f3350b72ad11d0b586aaef1574f7654223bc40
This commit is contained in:
Leonid Yuriev
2020-11-21 17:53:17 +03:00
parent 461ba000e3
commit 4cd08f0ef9
3 changed files with 17 additions and 2 deletions

View File

@@ -995,6 +995,7 @@ struct MDBX_env {
unsigned me_dp_reserve_len;
struct {
unsigned dp_reserve_limit;
unsigned rp_augment_limit;
} me_options;
struct {
#if MDBX_LOCKING > 0