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 617769bce5bcac809791adb11301e40d27c31566 (commit) via 754cd88819cceafe503b7a5c428b52c6abbcb748 (commit) via 7f0771a3ed4ec42bd57f246919aba1dd755a207c (commit) via 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5 (commit) from 94965307c831be615f5fbb771c348fd72217adc0 (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 617769bce5bcac809791adb11301e40d27c31566 Author: Howard Chu hyc@symas.com Date: Tue Oct 16 16:52:13 2012 -0700
Tweak output, add free page info
commit 754cd88819cceafe503b7a5c428b52c6abbcb748 Author: Howard Chu hyc@symas.com Date: Tue Oct 16 16:22:21 2012 -0700
Add mdb_env_info() to retrieve interesting env params
commit 7f0771a3ed4ec42bd57f246919aba1dd755a207c Author: Howard Chu hyc@symas.com Date: Tue Oct 16 15:28:20 2012 -0700
Merge mdb_stata into mdb_stat
commit 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5 Author: Howard Chu hyc@symas.com Date: Tue Oct 16 14:53:25 2012 -0700
Make sure increases of mapsize are persisted
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 42 +++++++++-- libraries/libmdb/mdb.h | 18 +++++ libraries/libmdb/mdb_stat.c | 162 +++++++++++++++++++++++++++++++++++++---- libraries/libmdb/mdb_stata.c | 84 ---------------------- 4 files changed, 198 insertions(+), 108 deletions(-) delete mode 100644 libraries/libmdb/mdb_stata.c