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

read_view: add space upgrade function to space_read_view

There may be a space upgrade in progress at the time when a read view is
created. In this case, we should apply the upgrade function to tuples
retrieved from the space read view. We can't just use the space upgrade
function as is, because it may be dropped while the read view is still
in use. So we need to create a special upgrade function for the read
view. This commit adds stubs for this, which will be implemented in the
EE repository.

Needed for https://github.com/tarantool/tarantool-ee/issues/163

NO_DOC=internal
NO_TEST=ee
NO_CHANGELOG=internal
parent 4156440a
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