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 4009c9ae65144e3da5879477ba8696908593c26a (commit) from 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (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 4009c9ae65144e3da5879477ba8696908593c26a Author: Howard Chu hyc@symas.com Date: Tue Jul 1 21:45:43 2014 -0700
Add mdb_env_copy2()
And mdb_env_copyfd2(). Perform compaction on the copy. Trims out freed pages and renumbers data pages in sequential order. This is more CPU-intensive since it copies and modifies data pages.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 37 +++ libraries/liblmdb/mdb.c | 668 +++++++++++++++++++++++++++++++----------- libraries/liblmdb/mdb_copy.1 | 7 + libraries/liblmdb/mdb_copy.c | 20 +- 4 files changed, 557 insertions(+), 175 deletions(-)