1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/ldb/ldb_mdb
Garming Sam e4ea408f52 lmdb: iterate_range implementation
Adding iterate_range to LDB API and implementing in LMDB.  This
operation takes a start_key and end_key and returns all records between
the two, inclusive of both.  This will be used to implementing indexing
for <= and >= expressions.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2019-04-08 02:07:22 +00:00
..
ldb_mdb_init.c ldb_mdb: Implement the lmdb backend for ldb 2018-05-23 02:27:10 +02:00
ldb_mdb.c lmdb: iterate_range implementation 2019-04-08 02:07:22 +00:00
ldb_mdb.h ldb_mdb: Store pid to change destructor on fork 2018-05-23 02:27:11 +02:00