Skip to content
Snippets Groups Projects
Commit 0fff75cb authored by Ilya Kosarev's avatar Ilya Kosarev Committed by Kirill Yukhin
Browse files

engine: fix assert for multikey indexes

Since 4273ec52 (box: introduce JSON
Indexes) we can create multikey index using array which might be the
first tuple field. It technically breaks assertion which implies that
first tuple field can't have offset in the tuple field map. Now the
assert us updated correspondingly. According test case is added.

Closes #5132
parent a9b99f0e
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