[][src]Constant lmdb_rkv_sys::MDB_NODUPDATA

pub const MDB_NODUPDATA: c_uint

Only for MDB_DUPSORT.

For put: don't write if the key and data pair already exist. For mdb_cursor_del: remove all duplicate data items.