mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx-tests: add support for db-geometry params.
Change-Id: I4c527005bd7c5d585573536d299a8036c62eaaec
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user