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 c0d64cf182eac07745965cb14dcc084315fcc0ae (commit) via cb5656c726551cc22ea149ab177fb5a2db4ac6c6 (commit) via 64a02e22799da289314001e16bfc6d2e89f63601 (commit) from b37b2a651ff2df3824d3f403538627983d5b81d1 (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 c0d64cf182eac07745965cb14dcc084315fcc0ae Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 10:50:04 2014 +0200
Comment ~MDB_APPEND, from earlier commit message.
commit cb5656c726551cc22ea149ab177fb5a2db4ac6c6 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 10:47:56 2014 +0200
Factor out mdb_cmp_clong()
commit 64a02e22799da289314001e16bfc6d2e89f63601 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri May 30 10:47:56 2014 +0200
More for big MDB_MAXKEYSIZE with MDB_DUPSORT.
With mdb_cursor_put(new key, data item big enough to need a sub-DB): - Track cursors as when adding other nodes. The "!do_sub" is now unneeded. Before ITS#7861 it distinguished inserting key from data. - Set MDB_TXN_ERROR if an empty sub-DB was created. I.e. adding key:subDB succeeded, but inserting the data item failed.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-)