Skip to content
Snippets Groups Projects
Commit ca832f27 authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Vladimir Davydov
Browse files

tuple_compare: compare not only functional key with key

Currently, func_index_compare_with_key compares only functional key
of tuple. But when we will implement pagination, we will need to
find a tuple with a certain primary key. This commit fixes
the problem and introduces key_compare_and_skip_parts helper.

NO_CHANGELOG=internal
NO_DOC=internal

Part of #7633
parent 8e7b3d15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment