- 15 Dec, 2016 16 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
We can run without F_NOCACHE if it fails. And we do not know what combining it with O_DIRECT means, if a system has both.
-
It usually gets done anyway, but one of the fastpath shortcuts bypassed this step.
-
Hallvard Furuseth authored
Make explicit and default nonzero equivalent. Parenthesize.
-
Hallvard Furuseth authored
-
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
1st struct member was not a scalar.
-
Hallvard Furuseth authored
Preserve DB flags (use metapage#1) when main DB is empty. Fail if metapage root != actual root in output file.
-
Hallvard Furuseth authored
Handle errors. Fix cond_wait condition so mc_new is the sole control var. Drop specious cond_waits. Do not look at 'mo' while copythr writes it. Don't know if posix_memalign() pointer is defined after failure. Some _aligned_free() doc seems to say arg NULL = user error.
-
Logical counterpart to GET_MULTIPLE, NEXT_MULTIPLE
-
Hallvard Furuseth authored
-
Revert excess cursor fixup xcursor fixup depends on init state
-
Hallvard Furuseth authored
-
- 01 Dec, 2016 2 commits
-
-
Hallvard Furuseth authored
No change in behavior.
-
Hallvard Furuseth authored
-
- 15 Jun, 2016 7 commits
-
-
-
Hallvard Furuseth authored
-
Howard Chu authored
-
-
Howard Chu authored
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing.
-
Howard Chu authored
-
-
- 04 May, 2016 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Don't leave them uninit'd if they now point at a valid DUP node
-
Howard Chu authored
If we know there are no sub-DBs and no overflow pages, skip leaf scan.
-
Howard Chu authored
-
Howard Chu authored
-
- 05 Feb, 2016 1 commit
-
-
Howard Chu authored
-
- 04 Feb, 2016 1 commit
-
-
- 30 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 28 Jan, 2016 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 24 Jan, 2016 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
make sure C_DEL gets reset in subcursor after it moves.
-
- 23 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 09 Jan, 2016 1 commit
-
-
Hallvard Furuseth authored
-