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 1c733bdc4e83e815f7391139b6c889841876120a (commit) via d8a89464cd702a95bfeb5593be0d743d33bbd443 (commit) from 14a08f877fc6b999432b392d2e38c063a261301c (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 1c733bdc4e83e815f7391139b6c889841876120a Author: Howard Chu hyc@symas.com Date: Wed Sep 5 08:40:17 2012 -0700
Add msync support for WRITEMAP option
commit d8a89464cd702a95bfeb5593be0d743d33bbd443 Author: Howard Chu hyc@symas.com Date: Tue Sep 4 10:28:37 2012 -0700
Add MDB_WRITEMAP to use a writable mmap
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 154 ++++++++++++++++++++++++++++++++++++---------- libraries/libmdb/mdb.h | 4 + libraries/libmdb/midl.c | 12 ++++ libraries/libmdb/midl.h | 7 ++ 4 files changed, 143 insertions(+), 34 deletions(-)