We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e61916 commit 7ec76d4Copy full SHA for 7ec76d4
src/sphinxrt.cpp
@@ -2991,7 +2991,7 @@ void RtIndex_c::UpdateAttributesOffline ( VecTraits_T<PostponedUpdate_t> & dUpda
2991
Update_PrepareListOfUpdatedAttributes ( tCtx, sError );
2992
2993
// actualize list of updates in context of new segment
2994
- const auto & dDocids = tUpdate.m_pUpdate->m_dDocids;
+ const auto & dDocids = tUpdInc.m_pUpdate->m_dDocids;
2995
ARRAY_FOREACH ( i, tUpdate.m_dRowsToUpdate )
2996
{
2997
auto& tRow = tUpdate.m_dRowsToUpdate[i];
0 commit comments