Skip to content
Snippets Groups Projects

libknot/lmdb: tiny fix in lmdb del()

Merged Vladimír Čunát requested to merge lmdb-del into master
  1. May 20, 2021
    • Vladimír Čunát's avatar
      libknot/lmdb: tiny fix in lmdb del() · 9077644c
      Vladimír Čunát authored
      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.
      Verified
      9077644c