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 5bda3565a9bfaa6cd54053faeafcc06da15bc00c (commit) via 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b (commit) via 88342f96613f0bac47c63351832f84c58843da92 (commit) via e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d (commit) via c99525f42ac1fe39ba6aba50ef66bb3c73ff577c (commit) from 123b6e3c3e8718be878f36f8137bf558a3ca6e9f (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 5bda3565a9bfaa6cd54053faeafcc06da15bc00c Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Jan 6 23:21:54 2014 +0100
ITS#7775 Drop <assert.h>, drop/replace assert()s.
db_mid2l_insert(): Move assert to mdb.c. mdb_cursor_set(): Previous assert cannot fail now. mdb_cursor_put(): Check mc/key and return EINVAL. mdb_cursor_dbi(): No error return, so just segfault if cursor==NULL.
commit 6fb561d33ed7be4b37437c5c6e52b27ddd984c4b Author: Howard Chu hyc@symas.com Date: Mon Jan 6 23:21:44 2014 +0100
ITS#7775 Cleanup mdb_node_del()
commit 88342f96613f0bac47c63351832f84c58843da92 Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Jan 6 23:17:38 2014 +0100
ITS#7775 Add mdb_env_set_assert()
commit e40dae106424d6b7d6e9fa10f5fd0ee08df76f6d Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Jan 6 23:17:38 2014 +0100
Add mdb_env_<set,get>_userctx()
commit c99525f42ac1fe39ba6aba50ef66bb3c73ff577c Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Jan 6 23:17:37 2014 +0100
ITS#7377 Invalidate txn on page-allocation errors
This should likely be reverted when all callers handle these errors.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 32 +++++++ libraries/liblmdb/mdb.c | 213 +++++++++++++++++++++++++++++++-------------- libraries/liblmdb/midl.c | 2 - 3 files changed, 179 insertions(+), 68 deletions(-)