- 23 Oct, 2020 1 commit
-
-
Howard Chu authored
On DUPSORT DBs, must initialize xcursor regardless of whether caller requested its data.
-
- 16 Jun, 2020 1 commit
-
-
Howard Chu authored
FreeBSD 11 supports robust process-shared POSIX mutexes, but requires them to be explicitly destroyed before munmap
-
- 24 Apr, 2020 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
-
-
- 23 Jan, 2020 1 commit
-
-
Howard Chu authored
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 15 Nov, 2019 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 10 Nov, 2019 3 commits
-
-
Howard Chu authored
This reverts commit 0e895ffe. Was not an LMDB bug.
-
Howard Chu authored
-
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.
-
- 16 Apr, 2019 1 commit
-
-
Broken in ITS#8756
-
- 17 Feb, 2019 1 commit
-
-
Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is calling CreateFileW() already.
-
- 30 Jan, 2019 1 commit
-
-
Howard Chu authored
Bump up number of keys for which we use fine-grained splitpoint search
-
- 17 Jan, 2019 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
The official macro is __ANDROID__; ANDROID may or may not be defined.
-
Howard Chu authored
To allow reloading of custom-sorted DBs from mdb_dump
-
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
-
Howard Chu authored
-
- 14 Jan, 2019 2 commits
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- 10 Sep, 2018 1 commit
-
-
- 29 Aug, 2018 1 commit
-
-
Howard Chu authored
Unnecessary since these are DUPs, the key will always be the same
-
- 06 Aug, 2018 1 commit
-
-
Howard Chu authored
-
- 22 Jun, 2018 1 commit
-
-
Howard Chu authored
-
- 02 May, 2018 1 commit
-
-
Howard Chu authored
-
- 02 Apr, 2018 1 commit
-
-
Howard Chu authored
Avoid stomping on flags from 1st readhr invocation
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 20 Mar, 2018 1 commit
-
-
Howard Chu authored
-
- 18 Feb, 2018 1 commit
-
-
Howard Chu authored
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
-
- 19 Nov, 2017 1 commit
-
-
Howard Chu authored
-
- 26 Oct, 2017 1 commit
-
-
Howard Chu authored
-
- 06 Oct, 2017 1 commit
-
-
Quanah Gibson-Mount authored
This patch fixes liblmdb builds on Solaris and derivatives by defining _POSIX_PTHREAD_SEMANTICS
-
- 10 Sep, 2017 2 commits
-
-
Hallvard Furuseth authored
This checks XCURSOR_INITED() and fixes the mn_flags check.
-
Hallvard Furuseth authored
* Check NUMKEYS(), similar to f34b61f9 "ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check". * Move XCURSOR_INITED() into XCURSOR_REFRESH(). This adds a check in mdb_cursor_put, below /* converted, write the original data first */. * Factor mc_ki[] out to XCURSOR_REFRESH(). * Replace an mc_pg[] with mp which is equal (mdb_cursor_del0).
-