- Aug 29, 2014
-
-
-
Check for duplicate scopes in search_aliases, not later.
-
This reverts commit cac00c6a.
-
- Aug 27, 2014
-
-
-
Quanah Gibson-Mount 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.
-
Quanah Gibson-Mount authored
-
-
- Aug 25, 2014
-
-
Quanah Gibson-Mount authored
-
- Aug 24, 2014
-
-
Howard Chu authored
we already checked for data == NULL, drop unnecessary if
-
- Aug 22, 2014
-
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Move CACHEFLUSH, avoid unnecessary if()
-
- Aug 21, 2014
-
-
Quanah Gibson-Mount authored
-
-
Must save/restore mcd cursor if we're doing a scope-based search.
-
- Aug 20, 2014
-
-
Quanah Gibson-Mount authored
-
Harmless, but stupid.
-
- Aug 18, 2014
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount 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
-
-
Quanah Gibson-Mount 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 15, 2014
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Aug 14, 2014
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
This needs to be streamlined in 2.5, current tool API is a mess.
-
Quanah Gibson-Mount authored
-
-
Don't accept config directives for cache DB until the cache backend type has been set.
-
- Aug 11, 2014
-
-
db_open/close were not symmetric with init/destroy
-
Quanah Gibson-Mount 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
-
-
Quanah Gibson-Mount authored
-
rename ppolicy_close -> ppolicy_db_close for consistency
-
don't free pwcons unless we're actually destroying this DB
-