Files
bind9/lib/dns
Colin Vidal c225990b8e Move LMDB common definitions in a dedicated header
As several places uses custom LMDB macros, this centralize those
definitions inside a dedicated `lib/isc/include/isc/lmdb.h` header
file, so future uses cases not DNS-centrics could fit into there as
well.

MDB_CREATE is removed as well because:

- it was useless (it's needed only for named DB, which is not the case
  for all use case so far)

- it was used in `mdb_env_open` which is not expecting this flag: it
  should be passed (if needed) to `mdb_dbi_open`. It was likely
  ignored so far.
2025-01-14 12:14:27 +01:00
..
2024-12-11 17:11:32 +00:00
2024-12-05 14:17:08 +01:00
2024-11-22 15:00:55 +01:00
2025-01-14 12:14:27 +01:00
2024-12-31 05:40:48 +01:00
2024-11-27 16:04:25 +01:00
2024-12-10 08:46:22 +00:00
2024-12-13 13:52:52 +01:00
2024-12-11 15:09:24 -08:00
2024-12-11 17:11:32 +00:00