mdbx-test: add seek-test for MDBX_GET_BOTH.

Related to https://github.com/erthink/libmdbx/issues/243
This commit is contained in:
Leonid Yuriev
2021-11-25 19:19:15 +03:00
parent 76399bd643
commit 66c354baff
2 changed files with 38 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ protected:
#define SPECULUM_CURSORS 1
#endif /* SPECULUM_CURSORS */
#if SPECULUM_CURSORS
scoped_cursor_guard speculum_cursors[5];
scoped_cursor_guard speculum_cursors[5 + 1];
void speculum_prepare_cursors(const Item &item);
void speculum_check_cursor(const char *where, const char *stage,
const testcase::SET::const_iterator &it,