ldb: Release ldb 2.0.1
authorAndrew Bartlett <abartlet@samba.org>
Tue, 14 May 2019 01:14:50 +0000 (13:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 May 2019 04:03:37 +0000 (04:03 +0000)
commit85b6f71c65e7bfb167064f574a080bc81f7af16d
tree365d918c4020c560a5e5929b334ca7d75bce5cf9
parent15f0c4969a70414ee138a1a524a60750efe590e5
ldb: Release ldb 2.0.1

* Rework pack routines to remove unused features:
  - ldb_unpack_data_only_attr_list_flags() is removed
  - LDB_UNPACK_DATA_FLAG_NO_DATA_ALLOC is now always implied

  This improves the unpack performace significantly.

* Improve search performance via new internal flag
  LDB_UNPACK_DATA_FLAG_READ_LOCKED which removes a memdup

* Improve search performance during full scan by ignoring
  index records early.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/ABI/ldb-2.0.1.sigs [new file with mode: 0644]
lib/ldb/ABI/pyldb-util-2.0.1.sigs [new file with mode: 0644]
lib/ldb/wscript