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

vinyl: reference iterator keys

Make all iterators keys not const and reference them. Actually
they were not const before, because they had been casted to
(struct tuple *) explicitly by vy_tx_track().

Also it is needed for #1557, where iterators must be able to store
key, not stored in a read iterator.
parent 9e273a99
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