openldap/servers/slapd/back-bdb2
Kurt Zeilenga e46877f89f cache: implement try_again loop if cache entry is not ready.
id2entry: when an error occurs attempting to insert fetched
entry into cache, check to see if entry was added by another
thread.  If so, return the entry added by the other thread.
The concurrency tests now run without the dreaded "no such object"
error messages!
1999-04-02 19:09:59 +00:00
..
abandon.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
add.c Make dbEnv a private toy of back-bdb2. 1999-03-05 10:25:55 +00:00
alias.c UNDO LAST COMMIT. 1999-04-02 03:45:33 +00:00
attr.c Replace IFP() with appropriate full prototypes: 1999-03-02 00:32:59 +00:00
back-bdb2.h Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
backbdb2.dsp MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
backbdb2.dsw MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
bind.c UNDO LAST COMMIT. 1999-04-02 03:45:33 +00:00
cache.c cache: implement try_again loop if cache entry is not ready. 1999-04-02 19:09:59 +00:00
close.c Make dbEnv a private toy of back-bdb2. 1999-03-05 10:25:55 +00:00
compare.c Make dbEnv a private toy of back-bdb2. 1999-03-05 10:25:55 +00:00
config.c BugFix and selection in the test-suite of the bdb2 backend-specific 1999-02-12 15:22:43 +00:00
dbcache.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
delete.c Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
dn2id.c Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
external.h Added parameter newSuperior in preparation to support 1999-03-05 03:38:12 +00:00
filterindex.c Update of back-bdb2 to KDZ's new entry lock schema. 1999-02-12 12:13:03 +00:00
group.c UNDO LAST COMMIT. 1999-04-02 03:45:33 +00:00
id2children.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
id2entry.c cache: implement try_again loop if cache entry is not ready. 1999-04-02 19:09:59 +00:00
idl.c Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
index.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
init.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
kerberos.c
Makefile.in
modify.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
modrdn.c Added full v2 and v3 support for MODRDN/MODDN. 1999-03-31 02:53:27 +00:00
nextid.c Introduction of first version of transaction processing (TP) into BDB2. 1999-03-01 11:30:18 +00:00
porter.c Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
proto-back-bdb2.h Some minor clean-up; checking bdb2 for sync with ldbm. 1999-04-01 09:58:36 +00:00
search.c UNDO LAST COMMIT. 1999-04-02 03:45:33 +00:00
startup.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
timing.c MSVC5 cleanup... 1999-03-06 00:57:25 +00:00
txn.c slap_set_time() is no longer necessary. 1999-03-22 19:16:22 +00:00
txn.h Make dbEnv a private toy of back-bdb2. 1999-03-05 10:25:55 +00:00
unbind.c BugFix and selection in the test-suite of the bdb2 backend-specific 1999-02-12 15:22:43 +00:00
Version.c