Skip to content
Snippets Groups Projects
Commit 79bd523e authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: fix crash in run iterator due to uninitialized variable

vy_run_iterator_seek left the return statement uninitialized under
certain conditions. The branch in the code wasn't covered by any test,
because it could only be triggered by an EQ SELECT following range
coalescing, so we only saw it when a customer reported a crash.
Fix it and improve vinyl/select_consistency test to cover this branch.
parent b5448c95
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