From 8d748a845b05ef410b434ef0c41befddc9edae03 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Mon, 19 Mar 2018 21:26:14 +0300 Subject: [PATCH] mdbx-tests: fix default value for inject_writefaultn. --- test/main.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/main.cc b/test/main.cc index 297039f3..98461a24 100644 --- a/test/main.cc +++ b/test/main.cc @@ -60,6 +60,7 @@ void actor_params::set_defaults(const std::string &tmpdir) { delaystart = 0; waitfor_nops = 0; + inject_writefaultn = 0; drop_table = false;