- Mar 22, 2018
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Mar 21, 2018
-
-
Howard Chu authored
-
Howard Chu authored
-
- Feb 11, 2018
-
-
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
-
- Feb 09, 2018
-
-
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
-
- Jun 01, 2017
-
- Mar 23, 2017
-
-
Howard Chu authored
Re-fix 6b1df0e4 from ITS#8406
-
- Jan 14, 2017
-
-
Howard Chu authored
Fully revert the change to GET_MULTIPLE
-
- Jan 12, 2017
-
-
Howard Chu authored
-
Howard Chu authored
GET_MULTIPLE was broken
-
- Jan 11, 2017
-
-
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.
- Jan 06, 2017
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 28, 2016
-
-
Howard Chu authored
-
Howard Chu authored
Doesn't have POSIX robust mutexes - GNU userland on BSD kernel
- Dec 21, 2016
-
-
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
-
- Dec 15, 2016
-
-
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.
-