[master] Fix LMDB support on OpenBSD; clean up and refactor LMDB-related code

4835.	[cleanup]	Clean up and refactor LMDB-related code. [RT #46718]

4834.	[port]		Fix LMDB support on OpenBSD. [RT #46718]
This commit is contained in:
Michał Kępień
2017-11-30 13:43:46 +01:00
parent dc66c4a49c
commit 2c20fc0d13
5 changed files with 245 additions and 166 deletions

View File

@@ -1,3 +1,7 @@
4835. [cleanup] Clean up and refactor LMDB-related code. [RT #46718]
4834. [port] Fix LMDB support on OpenBSD. [RT #46718]
4833. [bug] isc_event_free should check that the event is not
linked when called. [RT #46725]