mdbx-test: refine key/value min/max handling.

Change-Id: If37e5fc2fe30ce309cb4ff540fe93dd9f87ec87f
This commit is contained in:
Leonid Yuriev
2018-08-31 17:05:00 +03:00
committed by Leo Yuriev
parent 102f57dd15
commit 5051603c56
3 changed files with 63 additions and 17 deletions

View File

@@ -264,6 +264,11 @@ struct actor_params : public config::actor_params_pod {
std::string pathname_log;
std::string pathname_db;
void set_defaults(const std::string &tmpdir);
unsigned mdbx_keylen_min() const;
unsigned mdbx_keylen_max() const;
unsigned mdbx_datalen_min() const;
unsigned mdbx_datalen_max() const;
};
struct actor_config : public config::actor_config_pod {