- Nov 09, 2015
-
-
Just return error.
-
Quanah Gibson-Mount authored
-
- Nov 06, 2015
-
-
Howard Chu authored
When moving a node from one page to another, make sure other cursors' parent index gets adjusted too.
-
- Nov 04, 2015
-
-
Howard Chu authored
-
Howard Chu authored
When moving a node from the right neighbor, a different adjustment is needed.
-
Howard Chu authored
-
Howard Chu authored
Don't adjust other cursors when we added a node on the right.
-
Howard Chu authored
ITS#8258, ITS#7829 fixes checked parent index to see if we were moving from a left neighbor. Should have just checked to see if current index was 0, meaning we added on the left. (Parent index may not tell us anything meaningful after a nested rebalance.)
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
Parent mc_ki wasn't adjusted if new_indx was > split point
-
Howard Chu authored
The parent's mc_ki has changed. We need to fix that up as well in other cursors.
-
- Oct 31, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 29, 2015
-
-
-
-
Quanah Gibson-Mount authored
-
- Oct 28, 2015
-
-
Quanah Gibson-Mount authored
-
Also add ldap_pvt_gettimeofday() to emulate gettimeofday on Windows
-
- Oct 27, 2015
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
- Oct 26, 2015
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Log the same pointer in queue_csn as graduate_
-
-
Prevent spurious contextCSN generation and ignore consumers when we have no contextCSN yet. But make sure to propagate valid contextCSN updates to accesslog/syncprov for delta consumers.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Windows mutexes are recursive so the trylock test will succeed even though the mutex is already locked. Just compare be pointers.
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-