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 209b56fead1afe8273db6c714c0a74a9c09b9cf6 (commit) from 860527f66e461bd34c53e48e8525e11f6652a8b7 (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 209b56fead1afe8273db6c714c0a74a9c09b9cf6 Author: Howard Chu hyc@openldap.org Date: Mon Dec 21 02:36:20 2015 +0000
ITS#8324 fix for WRITEMAP
We called FlushViewOfFile with (map,mapsize) which worked fine when we had allocated the entire map already. Now we have to make sure to only flush as much as was actually written. Add a numpgs argument to tell how much to flush in env_sync0().
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)