- Sep 05, 2011
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Sep 04, 2011
-
-
Howard Chu authored
-
- Sep 03, 2011
-
-
Howard Chu authored
-
- Sep 02, 2011
-
-
Howard Chu authored
-
- Sep 01, 2011
-
-
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
-
Hallvard Furuseth authored
C99 says DPRINTF(fmt, ...) must get at least 2 args. Using DPUTS for 1 arg.
-
Howard Chu authored
Also make sure dups are counted in md_entries
-
Howard Chu authored
Write the first datum normally. Convert to a sub-db if additional items for the same key are written.
-
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
-
Howard Chu authored
-
Howard Chu authored
Replace MDB_FAIL with more specific codes Return MDB_PANIC after failure to write meta page
-
Howard Chu authored
-
Howard Chu authored
-