- Aug 26, 2014
-
-
Howard Chu authored
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
Howard Chu authored
-
- Aug 24, 2014
-
-
Howard Chu authored
-
Howard Chu authored
we already checked for data == NULL, drop unnecessary if
-
- Aug 22, 2014
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Move CACHEFLUSH, avoid unnecessary if()
-
- Aug 20, 2014
-
-
Howard Chu authored
-
Howard Chu authored
Must save/restore mcd cursor if we're doing a scope-based search.
-
Howard Chu authored
Harmless, but stupid.
-
- Aug 18, 2014
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
Of course, MacOSX only has posix_memalign, and only in recent versions. (Older versions could use valloc instead. That precludes ever changing the LMDB pagesize to be different from the OS pagesize.) Not all that crucial since it only affects mdb_env_copyfd1.
-
- Aug 17, 2014
-
-
Howard Chu authored
-
- Aug 16, 2014
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Leaving them in dirty_list caused breakage. Instead merge them into me_pghead at the end, when no more pages will be allocated.
-
Hallvard Furuseth authored
-
- Aug 14, 2014
-
-
Howard Chu authored
This needs to be streamlined in 2.5, current tool API is a mess.
-
Howard Chu authored
-
Howard Chu authored
Don't accept config directives for cache DB until the cache backend type has been set.
-
- Aug 11, 2014
-
-
Howard Chu authored
db_open/close were not symmetric with init/destroy
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Don't let dummy go out of scope
-
- Aug 07, 2014
-
-
Howard Chu authored
Everything has it. Solaris doesn't have posix_memalign.
-
- Aug 06, 2014
-
-
Howard Chu authored
-
Howard Chu authored
rename ppolicy_close -> ppolicy_db_close for consistency
-
Howard Chu authored
don't free pwcons unless we're actually destroying this DB
-
- Aug 04, 2014
-
-
Howard Chu authored
Go directly to local backend when fetching local entry
-
Howard Chu authored
In server mode, make sure the entry was actually ours
-
Howard Chu authored
Do a cacheflush after writing data pages, separate from meta's cacheflush
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Aug 02, 2014
-
-
Howard Chu authored
They were obsoleted by ITS#6737 and have been redundant ever since. (commit 15f1e7bd)
-
Howard Chu authored
Paranoia for 36300668 do the cacheflush before setting mti_txnid.
-
- Jul 31, 2014
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
FIRST_DUP/LAST_DUP should succeed even on non-duplicate values PREV_DUP should reset cursor's EOF flag.
-
- Jul 30, 2014
-
-
Howard Chu authored
-