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

tuple_extract: correctly extract key from tuples without trailing nils

Function tuple_extract_key_raw for nullable partially sequential key_def
can extract wrong key from tuples without trailing nils. Fortunately,
it does not affect tarantool - tuple_extract_key_raw is used only with
cmp_def, which ends with non-nullable primary key definition, hence
contains no trailing nils.

Closes #8504

NO_CHANGELOG=no visible changes
NO_DOC=no visible changes
parent 3d6025dc
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