mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-21 18:52:22 +08:00
mdbx: add mdbx_cursor_get_batch().
Resolve https://github.com/erthink/libmdbx/issues/236
This commit is contained in:
@@ -285,6 +285,11 @@ bool testcase_hill::run() {
|
||||
log_notice("hill: reached %d tree depth & %s sub-tree depth(s)",
|
||||
stat.ms_depth, str.c_str());
|
||||
}
|
||||
|
||||
if ((config.params.table_flags & MDBX_DUPSORT) == 0) {
|
||||
if (!check_batch_get())
|
||||
failure("batch-get verification failed");
|
||||
}
|
||||
}
|
||||
|
||||
while (serial_count > 1) {
|
||||
|
||||
Reference in New Issue
Block a user