Skip to content
Snippets Groups Projects
Commit 8e3bc600 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Konstantin Osipov
Browse files

tuple: remove 'is_sequential_nullable_tuples' from key_compare

This template parameter serves to detect, if two sequences of
key parts are actually parts of tuples. In such a case
key_compare_parts does additional comparison by primary key parts,
if a NULL was met.

This parameters is actually a crutch, put by me to avoid code
doubling in tuple_compare_sequential_nullable. And this parameter
complicates #2988, where a sequential nullable tuple contains
optional parts.

Needed for #2988
parent feff7e31
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