]> git.sur5r.net Git - openldap/commit
ITS#7515 Fix nested transaction error handling.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 5 May 2013 13:13:31 +0000 (15:13 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 5 May 2013 13:13:31 +0000 (15:13 +0200)
commit2d6aed75375cd9c3231130ddcdbd9f685f953029
treee9eacf51a2934fef377b0e3c626e693558e5e510
parent521fdb00cca97e168e0c167e9915f2a5a0e7e6c1
ITS#7515 Fix nested transaction error handling.

mdb_txn_begin(): Do not free(mt_free_pgs), it needs mdb_midl_free().
mdb_txn_commit(): Catch commit(child) error.
libraries/liblmdb/mdb.c