- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 21 Mar, 2018 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 11 Feb, 2018 6 commits
-
-
Quanah Gibson-Mount authored
-
This checks XCURSOR_INITED() and fixes the mn_flags check.
-
* 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).
-
-
Quanah Gibson-Mount authored
-
Set C_DEL flag on reinit'd subcursor
-
- 09 Feb, 2018 6 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
This patch fixes liblmdb builds on Solaris and derivatives by defining _POSIX_PTHREAD_SEMANTICS
-
Quanah Gibson-Mount authored
-
- 01 Jun, 2017 1 commit
-
-
Howard Chu authored
-
- 23 Mar, 2017 1 commit
-
-
Howard Chu authored
Re-fix 6b1df0e4 from ITS#8406
-
- 14 Jan, 2017 1 commit
-
-
Howard Chu authored
Fully revert the change to GET_MULTIPLE
-
- 12 Jan, 2017 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
GET_MULTIPLE was broken
-
- 11 Jan, 2017 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Allow C_EOF flag to be stale
-
Howard Chu authored
Optimize mdb_page_search_root(PS_LAST) when cursor is already near last position, ignoring C_EOF flag for now.
-
- 06 Jan, 2017 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 28 Dec, 2016 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Doesn't have POSIX robust mutexes - GNU userland on BSD kernel
-
- 21 Dec, 2016 3 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
- DISTRIBUTE_GROUP_DOC makes doxygen give several fields the same doc: mn_hi + mn_lo in MDB_node. - With mdb_mutex_t + mdb_mutexref_t, instead split them up.
-
Howard Chu authored
-
- 15 Dec, 2016 7 commits
-
-
Hallvard Furuseth authored
Never clear mc_error, we could lose a failure in the other thread.
-
Return EPIPE instead.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Other functions depend on them to do so. For mdb_node_read(), instead remove such a dependence.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-