[MTimeDB] Fix lookup for the LessEqual range
ClosedPublic

Authored by bruns on Apr 6 2019, 6:54 PM.

Details

Summary

MDB_RANGE_SET sets the cursor to the first element greater or equal the
key value. In case the key is equal there may be more elements with the
same key, otherwise the element has to be omitted.

Test Plan

ctest

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Apr 6 2019, 6:54 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptApr 6 2019, 6:54 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Apr 6 2019, 6:54 PM
ngraham accepted this revision.Apr 6 2019, 10:53 PM
This revision is now accepted and ready to land.Apr 6 2019, 10:53 PM
This revision was automatically updated to reflect the committed changes.