- 11 Jan, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Jan, 2017 1 commit
-
-
Howard Chu authored
-
- 30 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 27 May, 2015 1 commit
-
-
Hallvard Furuseth authored
-
- 19 Apr, 2015 1 commit
-
-
Hallvard Furuseth authored
Fix mdb_txn_begin(&read-only txn) calls. Test mdb_env_set_maxreaders(). Rename DBI open/close functions. Move mdb_dbi_close() out of txn.
-
- 12 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 23 Jun, 2014 1 commit
-
-
Howard Chu authored
Just use srand/rand, we don't care about the quality of the random numbers, we just want some data.
-
- 16 Mar, 2014 1 commit
-
-
Hallvard Furuseth authored
-
- 19 Feb, 2014 1 commit
-
-
Hallvard Furuseth authored
-
- 07 Nov, 2013 1 commit
-
-
Hallvard Furuseth authored
Initialize unused portions of DB pages, for security or to silence checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
-
- 10 Jul, 2013 1 commit
-
-
Howard Chu authored
When collapsing root, must also move cursor index down, not just the page pointer. Also in mtest, break from NEXT loops on error, otherwise it just prints the previous key/data again, which looks confusing.
-
- 02 Apr, 2013 1 commit
-
-
Howard Chu authored
Make sure C_INITIALIZED gets set on successful call
-
- 29 Mar, 2013 1 commit
-
-
Howard Chu authored
-
- 30 Nov, 2012 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
-
- 21 Sep, 2011 1 commit
-
-
Howard Chu authored
-
- 18 Sep, 2011 1 commit
-
-
Howard Chu authored
mdb_close() takes an env, not a txn. Also, add check for stale DB records (in case some other process wrote to the DB last).
-
- 01 Sep, 2011 10 commits
-
-
Howard Chu authored
-
Howard Chu authored
Use sync writes in mtest.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Note derived from Martin Hedenfalk's btree.c; the code is significantly reworked but owes a lot to the original.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 29 Jun, 2011 4 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
NUMKEYS was size_t due to PAGEHDRSZ; printing unsigned int is simpler. Instead increase PAGEFILL to long, since it involves a multiply. Possibly uint32_t or something would be sufficient.
-
Howard Chu authored
-
- 28 Jun, 2011 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-