A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via fb5ba5f09c604aa2c9cdf7076141da60fbb925b3 (commit) via c647a06441523eaed981dcf8cd5e40325399d903 (commit) via 4c17f31843d9dae3a477ca2053bbda356822ee46 (commit) via 331bf92df58eefbf2272a235a7a19ef0f6fe7493 (commit) via 19e4df476dd8969209585903effa935de09771dc (commit) via 7592013f59ac99557a4cdd461d8e9b9c24122bb9 (commit) from 507238713b71208ec4f262f312cb495a302df9e9 (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 fb5ba5f09c604aa2c9cdf7076141da60fbb925b3 Merge: c647a06 331bf92 Author: Howard Chu hyc@openldap.org Date: Thu Oct 6 19:15:43 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit c647a06441523eaed981dcf8cd5e40325399d903 Author: Howard Chu hyc@openldap.org Date: Thu Oct 6 19:15:10 2011 -0700
More for cursor reuse
commit 4c17f31843d9dae3a477ca2053bbda356822ee46 Author: Howard Chu hyc@openldap.org Date: Thu Oct 6 19:14:22 2011 -0700
Keep some dn2i/id2e cursors open longer
So they can be reused, and avoid unnecessary page_searches
commit 7592013f59ac99557a4cdd461d8e9b9c24122bb9 Author: Howard Chu hyc@openldap.org Date: Thu Oct 6 16:10:47 2011 -0700
Additional tweaks for double-threaded slapadd
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 30 +++-- servers/slapd/back-bdb/tools.c | 60 +++++---- servers/slapd/back-mdb/add.c | 51 ++++++--- servers/slapd/back-mdb/attr.c | 4 + servers/slapd/back-mdb/back-mdb.h | 26 ++++- servers/slapd/back-mdb/bind.c | 2 +- servers/slapd/back-mdb/compare.c | 2 +- servers/slapd/back-mdb/delete.c | 16 ++- servers/slapd/back-mdb/dn2entry.c | 3 +- servers/slapd/back-mdb/dn2id.c | 79 +++++------- servers/slapd/back-mdb/filterindex.c | 4 +- servers/slapd/back-mdb/id2entry.c | 32 +++-- servers/slapd/back-mdb/index.c | 55 +++++---- servers/slapd/back-mdb/modify.c | 4 +- servers/slapd/back-mdb/modrdn.c | 27 +++-- servers/slapd/back-mdb/nextid.c | 12 +-- servers/slapd/back-mdb/proto-mdb.h | 16 ++- servers/slapd/back-mdb/search.c | 4 +- servers/slapd/back-mdb/tools.c | 224 ++++++++++++++++++++-------------- servers/slapd/slapadd.c | 19 ++-- 20 files changed, 395 insertions(+), 275 deletions(-)