- Jan 14, 2019
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- Dec 19, 2018
-
-
Quanah Gibson-Mount authored
-
- Sep 10, 2018
-
-
Howard Chu authored
-
-
Howard Chu authored
-
Howard Chu authored
Unnecessary since these are DUPs, the key will always be the same
-
Howard Chu authored
-
Howard Chu authored
Avoid stomping on flags from 1st readhr invocation
-
- May 02, 2018
-
-
Howard Chu authored
-
- 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
-