mdbx-test: add --random-writemap[=YES|no] option.

Change-Id: Ie83f64d4a7e199f828540f029c2c47deddb05c01
This commit is contained in:
Leonid Yuriev
2020-07-05 02:25:52 +03:00
parent 6439a95b65
commit 0fb127b935
5 changed files with 20 additions and 5 deletions

View File

@@ -265,9 +265,10 @@ struct actor_params_pod {
keygen_params_pod keygen;
uint8_t loglevel{0};
bool drop_table{0};
bool ignore_dbfull{0};
bool speculum{0};
bool drop_table{false};
bool ignore_dbfull{false};
bool speculum{false};
bool random_writemap{true};
};
struct actor_config_pod {