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 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 (commit) from 76f8b77e36b0c4833ced7e529cb64705025f2c6a (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 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 Author: Howard Chu hyc@symas.com Date: Sun Aug 11 17:15:03 2013 -0700
Fix obscure MDB_MULTIPLE bug
If a key has a single existing value, and then a put (MDB_MULTIPLE) is done where the first of the multiple values matches the existing value, the put would return SUCCESS without writing any of the values. Fixed to loop to the next value as intended.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-)