- 10 Nov, 2019 1 commit
-
-
Howard Chu authored
-
- 26 Aug, 2019 1 commit
-
-
Howard Chu authored
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
-
- 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 1 commit
-
-
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
-
- 03 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 02 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 01 Jul, 2014 1 commit
-
-
Howard Chu authored
-
- 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.
-
- 20 Jun, 2014 1 commit
-
-
Howard Chu authored
-