Skip to content
  • Vladimír Čunát's avatar
    9077644c
    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.
    9077644c
    libknot/lmdb: tiny fix in lmdb del()
    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.
Loading