Skip to content

Commit

Permalink
Merge pull request #18088 from jakesmith/HPCC-30931-wild-seeks
Browse files Browse the repository at this point in the history
HPCC-30931 Avoid recording spurious wild seeks

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Dec 1, 2023
2 parents cceea1c + 5b45503 commit 59f5cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/jhtree/jhtree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,8 @@ bool CKeyCursor::_lookup(bool exact, unsigned lastSeg, bool unfiltered, KeyStats
ret = true;
break;
}
if (eof)
break;
lwildseeks++;
}
else
Expand Down

0 comments on commit 59f5cd4

Please sign in to comment.