A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 2d6aed75375cd9c3231130ddcdbd9f685f953029 (commit) via 521fdb00cca97e168e0c167e9915f2a5a0e7e6c1 (commit) from 0b9a2085302191a14ee14449c0987c5294be9026 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2d6aed75375cd9c3231130ddcdbd9f685f953029 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun May 5 15:13:31 2013 +0200
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.
commit 521fdb00cca97e168e0c167e9915f2a5a0e7e6c1 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun May 5 14:26:05 2013 +0200
Fix mdb_env_close(unopened MDB_env).
Do not try to scan me_dbxs in a closed/never-opened MDB_env. Broken by 7d643d3acb94a6d7306330b550fce0e5755444a9 and 151c416b460b02cd96502a47189cda19ab651ada.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-)