r10406: added --nosync option to all ldb tools, so that you can control if
commitd78ea3e34abd30fb388c4cc39e12611e211416a6
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Sep 2005 04:16:46 +0000 (22 04:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:41 +0000 (10 13:38 -0500)
tree4c111134a0850a7cd11283df50afd9484df8c8f3
parentede8415d61b6791114c65de1c283a4e8c11f1585
r10406: added --nosync option to all ldb tools, so that you can control if
transactions are synchronous or not on the command line.

add LDB_FLG_NOSYNC flag to ldb_connect() so we can make our temporary
ldb databases non-synchronous
(This used to be commit dba41164e0c52f1e4351bd9057b16661cee3a822)
source4/lib/ldb/include/ldb.h
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/tools/cmdline.c
source4/lib/ldb/tools/cmdline.h
source4/lib/ldb/tools/ldbtest.c