Skip to content
Snippets Groups Projects
Commit d41901a0 authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Serge Petrenko
Browse files

box: support exclude_null option in functional indexes

Currently, exclude_null option doesn't affect functional indexes at all.
It seems that we just forgot to check if tuple should be inserted to the
index - the patch simply adds missing check in replace and build_next
methods of functional memtx_tree index.

Closes #9732

NO_DOC=bugfix

(cherry picked from commit c56998fa)
parent 3e86dc91
No related branches found
No related tags found
Loading
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