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
Loading
Please register or sign in to comment