- Mar 22, 2018
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Changed as of ITS#4327 commit 86d10729
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
- Mar 21, 2018
-
-
Howard Chu authored
-
Howard Chu authored
-
- Feb 28, 2018
-
-
Quanah Gibson-Mount authored
being logged to the underlying DB's contextCSN.
-
And try another approach. Always write contextCSN updates, but don't set dont_replicate for updates we want propagated.
-
- Feb 21, 2018
-
-
If syncprov is present, only write contextCSN attribute on actual state changes, not on per-entry modifications. Continue to update in-memory cookieState. Saves overhead, syncprov will eventually checkpoint it into the DB anyway.
-
-
-
- Feb 13, 2018
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
Fix variable usage so it doesn't delete data/slapd.conf after running
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Feb 11, 2018
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
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
-
Quanah Gibson-Mount authored
-
-
- Feb 09, 2018
-
-
Quanah Gibson-Mount authored
-
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
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Let the entryCSN check do all the work. Reloading a server from an old backup needs this to go thru.
-
Quanah Gibson-Mount authored
-