- 09 Sep, 2013 4 commits
-
-
-
Otherwise this is a no-op in various NOSYNC/MAPASYNC situations
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- 08 Sep, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 05 Sep, 2013 4 commits
-
-
Howard Chu authored
-
Salvador Ortiz authored
-
Howard Chu authored
Reset delete flag in cursor_put().
-
Claude Brisson authored
-
- 03 Sep, 2013 1 commit
-
-
Howard Chu authored
If so, don't advance cursor on next NEXT. Also, init xcursor on the next GET_CURRENT.
-
- 29 Aug, 2013 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
The caller is responsible for making sure no transactions are active in this process before resizing. This is slightly lighter weight than doing a full env_close/env_open cycle.
-
- 27 Aug, 2013 1 commit
-
-
Howard Chu authored
Use a txn instead of env argument. Only return persistent flags.
-
- 25 Aug, 2013 1 commit
-
-
Hallvard Furuseth authored
-
- 24 Aug, 2013 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 23 Aug, 2013 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
Always leave cursor pointing at "next" node, if any. Find next sibling if we're already at end of current page.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Howard Chu authored
If somehow "need" is larger than the list size, don't try to fake out the dirty list.
-
Howard Chu authored
spilling all possible pages is a waste because the majority will be needed again. Just do 1/8th of the dirty list instead.
-
- 21 Aug, 2013 1 commit
-
-
Howard Chu authored
-
- 19 Aug, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 16 Aug, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Aug, 2013 2 commits
-
-
Howard Chu authored
-
Hallvard Furuseth authored
Do not access a long long as an array of longs.
-
- 13 Aug, 2013 6 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
For RDONLY, don't get lockfile until we know datafile exists. Also, don't try to create a new datafile for me_mfd if someone deleted it after we got me_fd.
-
Howard Chu authored
This reverts commit 87258384.
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- 12 Aug, 2013 5 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Don't compare cursors beyond their depth. (detected by valgrind)
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Should allow for the possibility of future flag combos.
-
Howard Chu authored
If a key has a single existing value, and then a put (MDB_MULTIPLE) is done where the first of the multiple values matches the existing value, the put would return SUCCESS without writing any of the values. Fixed to loop to the next value as intended.
-