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 76d31573a40ba8fe27be6cf3a68230c363119bdf (commit) via 9beea541e182ff2c9f09d57f02a256c333b6e345 (commit) from ef899fe84ed6eabe1e327eaee74f91c787d3bbfc (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 76d31573a40ba8fe27be6cf3a68230c363119bdf Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 10 13:23:30 2013 +0200
Refuse ops on bad txns
commit 9beea541e182ff2c9f09d57f02a256c333b6e345 Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Aug 10 13:23:30 2013 +0200
Replace EINVALs with generalized MDB_INCOMPATIBLE.
Also check xcursor instead of DUPSORT, it's slightly briefer.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 2 +- libraries/liblmdb/mdb.c | 94 ++++++++++++++++++++++++++++------------------ 2 files changed, 58 insertions(+), 38 deletions(-)