- 08 Sep, 2011 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Get rid of all of the redundant MDB_*page structs and other cruft.
-
- 07 Sep, 2011 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 06 Sep, 2011 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
Also fix xcursor_init1 md_dirty flag Also another mdb_cmp refactoring fix
-
Howard Chu authored
-
- 05 Sep, 2011 9 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 04 Sep, 2011 1 commit
-
-
Howard Chu authored
-
- 03 Sep, 2011 1 commit
-
-
Howard Chu authored
-
- 02 Sep, 2011 1 commit
-
-
Howard Chu authored
-
- 01 Sep, 2011 18 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Don't allow new pages for free list to come from the free list. Otherwise a nasty data self-reference occurs that is too much trouble to unwind.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Can re-use free pages 1 txn earlier Must update all dbs tables on txn commit
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Also in cursor_set, check the current page (if already set from before) before starting over again from the root.
-
Howard Chu authored
For better space utilization
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
If O_DSYNC is not defined, that may be due to poor compiler options. We could fall back to the less efficient O_SYNC, but it seems better to let the user learn of the problem and give better compiler options.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-