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 5db0b54ca127eda9777771b3a5e3c956491e7660 (commit) from 53f624bff0d7d08b64b48ab0c6683f4145b9bcac (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 5db0b54ca127eda9777771b3a5e3c956491e7660 Author: Howard Chu hyc@symas.com Date: Sat Jan 2 12:19:42 2016 +0000
Fixups for env_copy with large files
wsize was being truncated to 32bits on Windows. Only try to write 1GB at a time on Windows64; larger writes fail with ERROR_WORKING_SET_QUOTA.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)