- Dec 15, 2016
-
-
-
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
-
- Dec 01, 2016
-
-
Hallvard Furuseth authored
No change in behavior.
-
Hallvard Furuseth authored
-
- Jun 15, 2016
-
-
-
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
-
-
- May 04, 2016
-
-
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
-
- Feb 05, 2016
-
- Feb 04, 2016
-
-
- Jan 30, 2016
-
-
Howard Chu authored
-
- Jan 28, 2016
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jan 24, 2016
-
-
Howard Chu authored
-
Howard Chu authored
make sure C_DEL gets reset in subcursor after it moves.
-
- Jan 23, 2016
-
-
Howard Chu authored
-
- Jan 09, 2016
-
-
Hallvard Furuseth authored
-
wsize was being truncated to 32bits on Windows. Only try to write 1GB at a time on Windows64; larger writes fail with ERROR_WORKING_SET_QUOTA.
-
From 1ba5adb2 "MDB_VL32 preparation".
-
- Jan 06, 2016
-
-
Hallvard Furuseth authored
-
- Jan 04, 2016
-
-
Howard Chu authored
-
Howard Chu authored
Let "illegal" branch pages thru on the FreeDB - the condition is only temporary and will be fixed by the time rebalance finishes.
-
- Dec 22, 2015
-
-
Howard Chu authored
Add mdb_put text to mdb_cursor_put description for people who fail to draw logical conclusions.
-