mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-01-26 10:06:07 +00:00
mdbx-testing: исправление опечатки в keygen-setup.
This commit is contained in:
parent
e12b4ab748
commit
8e29fb1f26
@ -266,7 +266,7 @@ void maker::setup(const config::actor_params_pod &actor,
|
|||||||
value_essentials.bits - essentials::value_age_minwidth ||
|
value_essentials.bits - essentials::value_age_minwidth ||
|
||||||
mapping.split >= mapping.width)
|
mapping.split >= mapping.width)
|
||||||
mapping.split -= 1;
|
mapping.split -= 1;
|
||||||
if (split != mapping.width)
|
if (split != mapping.split)
|
||||||
log_notice("keygen: reduce mapping-split from %u to %u", split,
|
log_notice("keygen: reduce mapping-split from %u to %u", split,
|
||||||
mapping.split);
|
mapping.split);
|
||||||
|
|
||||||
|
@ -101,9 +101,9 @@ class maker {
|
|||||||
uint16_t flags{0};
|
uint16_t flags{0};
|
||||||
uint32_t maxlen{0};
|
uint32_t maxlen{0};
|
||||||
serial_t mask{0};
|
serial_t mask{0};
|
||||||
unsigned bits;
|
unsigned bits{0};
|
||||||
} key_essentials, value_essentials;
|
} key_essentials, value_essentials;
|
||||||
unsigned value_age_bits;
|
unsigned value_age_bits{0};
|
||||||
serial_t value_age_mask{0};
|
serial_t value_age_mask{0};
|
||||||
|
|
||||||
static serial_t mk_begin(serial_t serial, const essentials ¶ms,
|
static serial_t mk_begin(serial_t serial, const essentials ¶ms,
|
||||||
|
Loading…
Reference in New Issue
Block a user