mdbx-test: add --geometry-jitter=YES|no option.

This commit is contained in:
Leonid Yuriev
2022-01-20 23:38:27 +03:00
parent e1bcdb8e9a
commit 981b10d10a
5 changed files with 69 additions and 44 deletions

View File

@@ -68,6 +68,7 @@ extern bool cleanup_after;
extern bool failfast;
extern bool progress_indicator;
extern bool console_mode;
extern bool geometry_jitter;
} /* namespace config */
} /* namespace global */