mdbx-tests: add support for db-geometry params.

Change-Id: I4c527005bd7c5d585573536d299a8036c62eaaec
This commit is contained in:
Leonid Yuriev
2018-08-22 00:55:21 +03:00
parent 8acc1979bb
commit c7a6e9c8ae
4 changed files with 48 additions and 7 deletions

View File

@@ -216,7 +216,12 @@ struct actor_params_pod {
unsigned mode_flags;
unsigned table_flags;
uint64_t size;
int64_t size_lower;
int64_t size_now;
int64_t size_upper;
int32_t shrink_threshold;
int32_t growth_step;
int32_t pagesize;
unsigned test_duration;
unsigned test_nops;