Files
bind9/lib/dns
Colin Vidal 3dd72f1e80 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-02-24 10:35:38 +01:00
..
2025-02-03 00:24:34 +00:00
2025-01-23 15:54:57 -08:00
2025-02-21 09:51:42 +00:00
2024-11-22 15:00:55 +01:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2025-02-24 10:34:44 +01:00
2025-01-23 15:54:57 -08:00
2024-11-27 16:04:25 +01:00
2024-12-10 08:46:22 +00:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00
2024-12-13 13:52:52 +01:00
2024-12-11 17:11:32 +00:00
2025-01-23 15:54:57 -08:00
2025-01-23 15:54:57 -08:00