MDB_GET_MULTIPLE constant

int const MDB_GET_MULTIPLE

< Return up to a page of duplicate data items from current cursor position. Move cursor to prepare for #MDB_NEXT_MULTIPLE. Only for #MDB_DUPFIXED

Implementation

static const int MDB_GET_MULTIPLE = 5;