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 acbff5b1eac9950c04780f8bcb4933cbc38fc9d8 (commit) from 076b2b36a97b0d4cf206e517ef63965976ad5f75 (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 acbff5b1eac9950c04780f8bcb4933cbc38fc9d8 Author: Howard Chu hyc@symas.com Date: Mon Sep 17 04:41:13 2012 -0700
Add mdb_cursor_renew()
Allow cursors on read-only txns to be reused with later txns.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 13 +++++++++++++ libraries/libmdb/mdb.h | 17 +++++++++++++++++ 2 files changed, 30 insertions(+), 0 deletions(-)