summaryrefslogtreecommitdiff
path: root/lib/ldb/wscript
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-07-04 14:37:31 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-07-04 10:02:23 +0000
commit86d480ade25953a175b0837667ce5efb8b7e65df (patch)
tree58bc824aa2c775cce9bfd9582d68e28c884c22f6 /lib/ldb/wscript
parent6226ab3b61091af176abbb40e21deebe2529ceb0 (diff)
downloadsamba-86d480ade25953a175b0837667ce5efb8b7e65df.tar.gz
ldb: Release ldb 2.0.5ldb-2.0.5
* add ldb_options_get add a function to get the options passed in ldb connect. * add "batch_mode" option. This options stops sub transactions being started for key value operations. It is intended to improve the performance in batch operations. As it bypasses the protections on operations if an operation fails, the entire transaction will be aborted by a commit. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb/wscript')
-rw-r--r--lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 2bbeb6a0d64..61f6b664902 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-VERSION = '2.0.4'
+VERSION = '2.0.5'
import sys, os