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  bbb27cde4af7d9f60ca77b4b0caea4b6237ed289 (commit)
      from  77001f549ba5b28a4cff89c4d58012a106985437 (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 bbb27cde4af7d9f60ca77b4b0caea4b6237ed289
Author: Claude Brisson <claude.bris...@gmail.com>
Date:   Fri Mar 22 16:00:21 2013 +0100

    bugfix for mdb_cursor_put with MDB_MULTIPLE
    
    If the variable dkey.mv_size is non-zero, then it means dkey
    contains some original data which has to be put back in the
    child db, typically when the child db has just been created.
    
    But when using MDB_MULTIPLE, if this variable has not been
    reset to zero, we may come back to this section and wrongly
    think that there is some original data to be taken care of.

-----------------------------------------------------------------------

Summary of changes:
 libraries/liblmdb/mdb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


--- 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git

Reply via email to