- Aug 21, 2014
-
-
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
-
- Aug 04, 2014
-
-
Quanah Gibson-Mount authored
-
Go directly to local backend when fetching local entry
-
In server mode, make sure the entry was actually ours
-
They were obsoleted by ITS#6737 and have been redundant ever since. (commit 15f1e7bd)
-
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
Paranoia for 36300668 do the cacheflush before setting mti_txnid.
-
- Jul 31, 2014
-
-
Quanah Gibson-Mount 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
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-