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 9f7ae8925fb896d7de9345ea441c5da3fce6670c (commit) via 0f9b79e12cb9b1b716a0268f6dc70adc41067a09 (commit) via 99ea7669a35a79878394b29cd3448b58daf031fb (commit) via 8f075595a14076fa78d1943f7bbb893031e9a6b2 (commit) via 3a1d73dafff3a4da3a1ec3841831edadcb7e76be (commit) via 3d67838a59b30b5732c96612cf8ce5bbf59d7441 (commit) via 07dc79a7c33121bc1be55bbd81ff643094df6851 (commit) from 79eac42c0f1fdd6c807f0b601c03ab35bf7d7d8e (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 9f7ae8925fb896d7de9345ea441c5da3fce6670c Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Oct 4 00:48:19 2013 +0200
Add Caveat: Readers need write access. Whitespace.
commit 0f9b79e12cb9b1b716a0268f6dc70adc41067a09 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:25 2013 +0200
Maintain MDB_cursor.mc_top
commit 99ea7669a35a79878394b29cd3448b58daf031fb Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:25 2013 +0200
mdb_cursor_sibling(): Fix error result
commit 8f075595a14076fa78d1943f7bbb893031e9a6b2 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:25 2013 +0200
mdb_node_add(): Plug page leak when MDB_PAGE_FULL.
Do not fail after mdb_page_new() succeeds.
commit 3a1d73dafff3a4da3a1ec3841831edadcb7e76be Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:24 2013 +0200
Optimize code holding reader mutex
commit 3d67838a59b30b5732c96612cf8ce5bbf59d7441 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:24 2013 +0200
Set MDB_xcursor DB_DIRTY, clear md_name.
Both were unused and md_name was unmaintained -- except mdb_cursor_touch(xcursor) would abuse md_name as a key to touch MAIN_DBI if it could somehow get passed ! DB_DIRTY.
commit 07dc79a7c33121bc1be55bbd81ff643094df6851 Author: Hallvard Furuseth hallvard@openldap.org Date: Thu Oct 3 23:59:24 2013 +0200
Set subDB DBI=parent DBI, fix MDB_DUPSORT delete.
xcursor DBIs were parent DBI+1 for debugging. Instead output -(parent DBI). Fixes a crash in mdb_cursor_del0()'s xcursor tracking, it forgot to subtract 1 for C_SUB cursors.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 6 ++- libraries/liblmdb/mdb.c | 145 ++++++++++++++++++++--------------------- libraries/liblmdb/mdb_stat.c | 2 +- libraries/liblmdb/midl.c | 4 +- 4 files changed, 79 insertions(+), 78 deletions(-)