Skip to content
Snippets Groups Projects
Commit c56998fa 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
parent fb5bf51c
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