3
0
mirror of https://github.com/isar/libmdbx.git synced 2025-04-11 18:27:45 +08:00

mdbx-tests: fix default value for inject_writefaultn.

This commit is contained in:
Leo Yuriev 2018-03-19 21:26:14 +03:00
parent 5872174db6
commit 8d748a845b

@ -60,6 +60,7 @@ void actor_params::set_defaults(const std::string &tmpdir) {
delaystart = 0;
waitfor_nops = 0;
inject_writefaultn = 0;
drop_table = false;