- Jul 06, 2014
-
-
Howard Chu authored
-
- Jul 05, 2014
-
-
Howard Chu authored
Use gcc section attribute to keep less frequently used functions away from main code.
-
Howard Chu authored
-
- Jul 03, 2014
-
-
Howard Chu authored
Make sure the writer thread starts and stops when we expect it to.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Jul 02, 2014
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
And mdb_env_copyfd2(). Perform compaction on the copy. Trims out freed pages and renumbers data pages in sequential order. This is more CPU-intensive since it copies and modifies data pages.
-
Howard Chu authored
-
- Jul 01, 2014
-
-
Howard Chu authored
-
- Jun 30, 2014
-
-
Howard Chu authored
-
Howard Chu authored
Don't try to write past end of file
-
- Jun 28, 2014
-
-
Hallvard Furuseth authored
Do not overwrite loose pages' mp_pgno with mp_next. mdb_page_flush() will use mp_pgno to rebuild dirty_list.
-
- Jun 27, 2014
-
-
Howard Chu authored
Try to exit cleanly to avoid leaving stale readers. Not a critical issue since mdb_reader_check can take care of them, but still cleaner.
-
- Jun 26, 2014
-
-
Howard Chu authored
-
- Jun 24, 2014
-
-
Howard Chu authored
Require that the page is dirty in the current txn, not a parent txn.
-
Howard Chu authored
-
Howard Chu authored
Rename MDB -> LMDB Integrate tool manpages
-
- Jun 23, 2014
-
-
Howard Chu authored
Just use srand/rand, we don't care about the quality of the random numbers, we just want some data.
-
Howard Chu authored
-
- Jun 22, 2014
-
-
Howard Chu authored
Don't try this when working on the FreeDB. Again, too much hassle to unkink the recursions...
-
- Jun 21, 2014
-
-
Howard Chu authored
Only loosen src page if it's actually dirty. Refactor page refs in page_merge.
-
Howard Chu authored
-
Howard Chu authored
Pages that were dirtied and deleted in the same txn should be reused, instead of consuming freeDB pages.
-
Howard Chu authored
Similar to prev commit for mdb_node_move, the call of mdb_page_serch_lowest() was leaving csrc unusable.
-
Howard Chu authored
Was leaving stale info in dst cursor
-
- Jun 20, 2014
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Jun 18, 2014
-
-
Howard Chu authored
-
Howard Chu authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Howard Chu authored
Use num*20, chosen from empirical testing
-
Howard Chu authored
Was skipping the overwrite in some cases, if the cmp function said the new and old already matched. We should always perform the overwrite anyway, since the cmp function may only be doing a prefix compare and the data may actually be different.
-