mdbx-test: поддержка rnd/rand/random для опций --keylen и --datalen.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-02-20 13:45:12 +03:00
parent 164d112507
commit 544c6bc1e4
3 changed files with 44 additions and 22 deletions

View File

@@ -63,7 +63,7 @@ const char *keygencase2str(const keygen_case);
namespace config {
enum scale_mode { no_scale, decimal, binary, duration };
enum scale_mode { no_scale, decimal, binary, duration, intkey };
bool parse_option(int argc, char *const argv[], int &narg, const char *option,
const char **value, const char *default_value = nullptr);