dbwrap: add db_open_trans()
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Mar 2008 15:08:21 +0000 (16:08 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 27 Mar 2008 17:14:56 +0000 (18:14 +0100)
commit474916b70c4bed3accd8592ff82aa2d6f90c8e8d
treec32c377260973c3b463ed3f9db81178f6f42fe2d
parent32e7cc5193a2c6eaf06a977e16915c74db19d76c
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>
(This used to be commit 74a070b8a24fea1009e557f711b76fc14e8961dc)
source3/include/dbwrap.h
source3/lib/dbwrap.c