dbwrap: add db_open_trans()
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Mar 2008 15:08:21 +0000 (16:08 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 12 Apr 2008 05:53:43 +0000 (07:53 +0200)
commit7cc276a6d648e8bc82c58fdcbfa6bc669f073804
tree295cc77153a44d73c25f792f562a78f987ef345e
parent7aeb352197069c8adb2e05e670b3f4b806f1e2ad
dbwrap: add db_open_trans()

This should be used when transactions are wanted.
For now it's just a wrapper of db_open(), but this
will change.

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 74a070b8a24fea1009e557f711b76fc14e8961dc)
source/include/dbwrap.h
source/lib/dbwrap.c