Skip to content
Snippets Groups Projects
Commit 5f5b63d0 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Roman Tsisyk
Browse files

vinyl: fix restore of started mem_iterator to not null last_stmt

If the mem_iterator is started, but hasn't any curr_stmt (maybe it
was finished), it could return its first statement regardless of last_stmt.

Lets call start_from() instead of start() in case of not null last_stmt.
parent 9f341871
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