- 02 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 01 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 30 Jun, 2014 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Don't try to write past end of file
-
- 28 Jun, 2014 1 commit
-
-
Hallvard Furuseth authored
Do not overwrite loose pages' mp_pgno with mp_next. mdb_page_flush() will use mp_pgno to rebuild dirty_list.
-
- 27 Jun, 2014 1 commit
-
-
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.
-
- 26 Jun, 2014 1 commit
-
-
Howard Chu authored
-
- 24 Jun, 2014 3 commits
-
-
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
-
- 23 Jun, 2014 2 commits
-
-
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
-
- 22 Jun, 2014 1 commit
-
-
Howard Chu authored
Don't try this when working on the FreeDB. Again, too much hassle to unkink the recursions...
-
- 21 Jun, 2014 5 commits
-
-
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
-
- 20 Jun, 2014 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 18 Jun, 2014 9 commits
-
-
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.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
added by mistake in 17c09fa4
-
- 13 Jun, 2014 1 commit
-
-
Howard Chu authored
-
- 11 Jun, 2014 1 commit
-
-
Howard Chu authored
Due to commit 18a07eb7
-
- 31 May, 2014 1 commit
-
-
Alexey Naumov authored
-
- 30 May, 2014 5 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
With mdb_cursor_put(new key, data item big enough to need a sub-DB): - Track cursors as when adding other nodes. The "!do_sub" is now unneeded. Before ITS#7861 it distinguished inserting key from data. - Set MDB_TXN_ERROR if an empty sub-DB was created. I.e. adding key:subDB succeeded, but inserting the data item failed.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-