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 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (commit) from 3f62b727ccf3424daca1cdc24bbf98c869f44699 (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 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 Author: Howard Chu hyc@openldap.org Date: Sun Feb 21 18:29:40 2016 +0000
Preliminary raw partition support
Currently requires using new MDB_RAWPART flag on env_open. Should we try to make it automatic instead? Check any path starting with /dev/ to see if it's a block device?
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 2 ++ libraries/liblmdb/mdb.c | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-)