]> git.sur5r.net Git - openldap/commit
Fixups for env_copy with large files
authorHoward Chu <hyc@symas.com>
Sat, 2 Jan 2016 12:19:42 +0000 (12:19 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 9 Jan 2016 08:03:44 +0000 (09:03 +0100)
commit05709ce6fa4ef5952116b5e8937ce268c73afdcf
tree9621fc6ca6a8f2cd236c86e6fca600652ba45548
parent935a90dfc4d3ca9cbbf8c468f057874de66318a7
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.
libraries/liblmdb/mdb.c