[Rpm-maint] [rpm-software-management/rpm] Adding an LMDB backend to RPM (#281)

Jeff Johnson notifications at github.com
Sat Jul 29 08:08:45 UTC 2017


Ah, I missed this comment in lmdb.h (and the order of mdb_txn_commit() and mdb_cursor_close() are incorrectly reversed in lmdb_dbiCursorFree())
```
        /** @brief Close a cursor handle.
         *
         * The cursor handle will be freed and must not be used again after this call.
         * Its transaction must still be live if it is a write-transaction.
         * @param[in] cursor A cursor handle returned by #mdb_cursor_open()
         */
```

I will fix when I rip out the debugging instrumentation in lmdb.c ...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/281#issuecomment-318812736
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170729/0ea8b2e1/attachment-0001.html>


More information about the Rpm-maint mailing list