ldb_mdb: Remove implicit read lock and remove transaction counter
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 22 Mar 2018 22:29:25 +0000 (11:29 +1300)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Apr 2018 14:27:18 +0000 (16:27 +0200)
commit560ad7c32a12744361f0a155af77be6dd6f1c644
tree3fb574de4634017224edcb46401ee761c9a01f68
parentb067c4037e0f8821ca6a106f8328f320d0ad79b0
ldb_mdb: Remove implicit read lock and remove transaction counter

The way to know if we are in a transaction is if there is a non-NULL
transaction handle.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/ldb_mdb/ldb_mdb.c