Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard Chapman(Deactivated)Reporter
Gavin HallidayGavin HallidayPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard Chapman(Deactivated)Reporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created August 4, 2022 at 1:42 PM
Updated September 28, 2022 at 11:37 AM
Resolved September 28, 2022 at 11:37 AM
The code in CKeyCursor::_lookup:
However lastSeg is inclusive - so an unfiltered index read should be comparing against -1.
However that value is never passed, and some of the functions that are called like
SegMonitorList::matchesBuffer will not process it correctly. NOTE: IndexRowFilter::matchesBuffer does support it.