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 2e7130cab0129e3b72a25d39c5d4e5a5c55cb353 (commit) from 2a28686e4f56cf539e817661728e6c05de339eba (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 2e7130cab0129e3b72a25d39c5d4e5a5c55cb353 Author: Howard Chu hyc@symas.com Date: Wed Aug 28 19:12:59 2013 -0700
Allow mdb_env_set_mapsize() on an open environment
The caller is responsible for making sure no transactions are active in this process before resizing. This is slightly lighter weight than doing a full env_close/env_open cycle.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 17 +++- libraries/liblmdb/mdb.c | 186 ++++++++++++++++++++++++++-------------------- 2 files changed, 118 insertions(+), 85 deletions(-)