]> git.ozlabs.org Git - ccan/commit
Import c1c0ede32dc00ed619d1cf5fda40a9de43995f3a from ctdb:
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 2 Feb 2010 01:37:15 +0000 (12:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 2 Feb 2010 01:37:15 +0000 (12:07 +1030)
commit4364f6a8e21a8f7c561f121af3a834cf7e0649ce
tree75a9ec31e38b01e41cb9bdbea01c602909939dc2
parent110b06ab28f2c40baf0f5014bd8d4e468bcba2ba
Import c1c0ede32dc00ed619d1cf5fda40a9de43995f3a from ctdb:
   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
    (cherry picked from samba commit 3b9f19ed919fef2e88b2f92ae541e07bc7379cd1)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
ccan/tdb/open.c
ccan/tdb/tdb.c
ccan/tdb/tdb.h
ccan/tdb/transaction.c