tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
commit3b9f19ed919fef2e88b2f92ae541e07bc7379cd1
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Nov 2009 08:34:05 +0000 (19 09:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Nov 2009 08:45:36 +0000 (20 09:45 +0100)
tree5f7d072e56ab7ee22549051cffcc64a4a3694679
parent436b55db1ff238ec467b07a74b088f6fcfaf927c
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior

We need to keep TDB_ALLOW_NESTING as default behavior,
so that existing code continues to work.

However we may change the default together with a major version
number change in future.

metze
lib/tdb/common/open.c
lib/tdb/common/tdb.c
lib/tdb/common/transaction.c
lib/tdb/docs/README
lib/tdb/include/tdb.h