A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via b6be9a2ca428e8436ac4c7e6ab7cc3e90a804987 (commit) via adf5808281315d57a9780bcdb90dfab6f08eda20 (commit) via f4286d8197fd1dd71555cd4abed8a525d612353e (commit) via 282ef3bac16a7252f0a04a02b7899ec9c025440d (commit) via 1130f22a033878ff22170915592fd77cd8fc6152 (commit) via 47fe0b9f8dd3ecb10809f1de902aa6c9c84e09ed (commit) from fe54f381b838997b812bfe1801611370923fdd0d (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 b6be9a2ca428e8436ac4c7e6ab7cc3e90a804987 Author: Howard Chu hyc@symas.com Date: Wed Mar 28 10:44:18 2012 -0700
Partial revert of prev commit
Sub-DBs were correct before
commit adf5808281315d57a9780bcdb90dfab6f08eda20 Author: Howard Chu hyc@symas.com Date: Wed Mar 28 10:34:35 2012 -0700
Fix entry counts in cursor_put
when replacing an existing item
commit f4286d8197fd1dd71555cd4abed8a525d612353e Author: Howard Chu hyc@symas.com Date: Wed Mar 28 09:33:06 2012 -0700
Fix uninit'd xcursor index
commit 282ef3bac16a7252f0a04a02b7899ec9c025440d Author: Howard Chu hyc@symas.com Date: Wed Mar 28 09:20:18 2012 -0700
Add mfree utility to show the freelist
commit 1130f22a033878ff22170915592fd77cd8fc6152 Author: Howard Chu hyc@symas.com Date: Tue Mar 27 10:42:22 2012 -0700
ITS#7210 additional freelist fixes
Also allow read access to freelist in mdb_cursor_open
commit 47fe0b9f8dd3ecb10809f1de902aa6c9c84e09ed Author: Howard Chu hyc@symas.com Date: Tue Mar 27 06:44:28 2012 -0700
ITS#7210 partial fix
Allow pages from free list to be used when growing the free list. (Yes, this is self-referential...)
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/Makefile | 1 + libraries/libmdb/mdb.c | 173 +++++++++++++++++++++++++++++++++++++-------- libraries/libmdb/mfree.c | 56 +++++++++++++++ 3 files changed, 201 insertions(+), 29 deletions(-) create mode 100644 libraries/libmdb/mfree.c