ITS#7515 Nested MDB txns: Inherit txn flags.
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 13 Jun 2013 06:58:25 +0000 (08:58 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 13 Jun 2013 06:58:25 +0000 (08:58 +0200)
commit60086c1bc77fafecef274a165b308b28902dfebb
treee9b0e19b48e1fda5c6462c6134aeb891dc6666ae
parent7030ad16e2b792d5782c328461d09a31c96b86e6
ITS#7515 Nested MDB txns: Inherit txn flags.

Committing a nested txn lost the MDB_TXN_DIRTY flag
in the parent, unless the child had set it too.
libraries/liblmdb/mdb.c