mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx-test: add --random-writemap[=YES|no]
option.
Change-Id: Ie83f64d4a7e199f828540f029c2c47deddb05c01
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user