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 a77767013a7cc60bd22ef598ebf5c6e7021bba88 (commit)
via be47ca766713f55e5b3abd18120514fdad7d90f2 (commit)
via 9be6af0dcb0469965477022541e95e74d48dad9e (commit)
via 3d1e70950455725a81fe9e3dc0370d994498d392 (commit)
from 06a3ad08cd07146ecc223c1a3940bd4906a6f7a0 (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 a77767013a7cc60bd22ef598ebf5c6e7021bba88
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:14:38 2013 +0200
ITS#7515 Reject conflicting page versions.
If mdb_page_touch() sees a page in txn's dirty_list, that
is the page version txn's cursors should have. Fail if
the user may be seeing and depending on another version.
commit be47ca766713f55e5b3abd18120514fdad7d90f2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:13:27 2013 +0200
ITS#7515 Fix tracking of parent txn's cursors.
Restore mc_flags and xcursors, they were tracked but not merged.
Simplify: Track parent txn's original cursors after backing them
up, instead of tracking copies and merging them back at commit.
commit 9be6af0dcb0469965477022541e95e74d48dad9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 7 17:13:27 2013 +0200
Simplify MDB_cursor: Drop flags C_ALLOCD,C_SHADOW.
commit 3d1e70950455725a81fe9e3dc0370d994498d392
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 6 21:42:45 2013 +0200
Silence more uninit warnings
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 137 +++++++++++++++++++---------------------------
1 files changed, 57 insertions(+), 80 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git