Skip to content

libknot/lmdb: tiny fix in lmdb del()

Vladimír Čunát requested to merge lmdb-del into master

Passing the data means to only delete the data that matches, which is not what we wanted to do here. The only luck has been that LMDB ignores this parameter when MDB_DUPSORT isn't in use, but for example the mdbx for does not.

Merge request reports