Skip to content
Snippets Groups Projects
user avatar
Vladislav Shpilevoy authored
vy_write_iterator_next() now is used for getting the next
tuple.
vy_write_iterator->curr_tuple was removed.
vy_write_iterator->keeping_tuple is used for keeping
the tuple that is need between two invocations of next() but
must be deleted after.
Fixed the memory management in vy_write_iterator_next.
Optimized purging in write_iterator.
4bbb8570
History
Name Last commit Last update