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.
Loading
Please register or sign in to comment