- 10 Nov, 2019 1 commit
-
-
Howard Chu authored
-
- 17 Jan, 2019 2 commits
-
-
Howard Chu authored
and enforce exclusive access to environment. Also fix txn_begin/pick_meta to use correct meta page, and reset the flag after successful commit.
-
Howard Chu authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Jan, 2017 1 commit
-
-
Howard Chu authored
-
- 02 Aug, 2016 1 commit
-
-
Hallvard Furuseth authored
Drop macro Y=MDB_FMT_Y, add Yu/Yd=MDB_PRIy(). Replace Y"d..." -> Yd"...", Y"u..." -> Yu"..." / MDB_SCNy(u)"...".
-
- 23 Jul, 2016 2 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 30 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 20 Dec, 2015 1 commit
-
-
Howard Chu authored
Use 64 bit types consistently. This keeps database structures the same size for MDB_VL32 and native 64 bit builds.
-
- 30 Sep, 2015 1 commit
-
-
Howard Chu authored
-
- 12 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 16 Sep, 2014 1 commit
-
-
Howard Chu authored
-
- 01 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 20 Jun, 2014 1 commit
-
-
Howard Chu authored
-
- 03 Oct, 2013 1 commit
-
-
Hallvard Furuseth authored
-
- 07 Aug, 2013 1 commit
-
-
Howard Chu authored
-
- 18 Jul, 2013 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
Don't obtain reader txn before displaying reader table. Exit after reader table if no other DB query options were given.
-
Howard Chu authored
Dump the active slots in the reader table.
-
- 21 May, 2013 2 commits
-
-
Hallvard Furuseth authored
Exit with success when there was no failure. Do not use data containing NUL as a DB name (which is a C string).
-
Hallvard Furuseth authored
MDB_NEXT_NODUP, MDB_PREV_NODUP: Allow for non-MDB_DUPSORT databases. No mdb.c code changes needed. mdb_stat.c: Use MDB_NEXT_NODUP, to avoid a crash with a DUPSORT mainDB.
-
- 16 Feb, 2013 1 commit
-
-
Hallvard Furuseth authored
-
- 07 Dec, 2012 2 commits
-
-
Howard Chu authored
-
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
-
- 17 Oct, 2012 1 commit
-
-
Howard Chu authored
-
- 16 Oct, 2012 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 17 Sep, 2012 1 commit
-
-
Howard Chu authored
Use explicit MDB_RDONLY flag
-
- 24 Aug, 2012 2 commits
-
-
Ondrej Kuznik authored
-
Howard Chu authored
-
- 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).
-
- 10 Sep, 2011 1 commit
-
-
Hallvard Furuseth authored
-
- 01 Sep, 2011 4 commits
-
-
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
-