- 01 Jul, 2014 4 commits
-
-
Howard Chu authored
-
-
-
-
- 30 Jun, 2014 2 commits
-
-
Similar to #7858, another easy patch.
-
Howard Chu authored
MDB is the name of the backend, LMDB is the name of the DB engine. Also update some BerkeleyDB info.
-
- 24 Jun, 2014 4 commits
-
-
Quanah Gibson-Mount authored
-
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 4 commits
-
-
Howard Chu authored
couldn't avoid ifdefs. Silence warnings.
-
Howard Chu authored
On Windows64, long is the same size as int. Use size_t when we need an actual 64 bit unsigned long.
-
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 10 commits
-
-
Quanah Gibson-Mount authored
-
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
-
- 15 Jun, 2014 1 commit
-
-
- 13 Jun, 2014 4 commits
-
-
Quanah Gibson-Mount authored
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-