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

read_view: remove activate logic

A read view must be activated in the thread that's going to use it.
This is required to support space upgrade and tuple format, which are
only used in EE. "Raw" index read view methods (returning raw message
pack data) don't require any activation by design so let's move read
view activate/deactivate logic completely to the EE repository.

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

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent ce784430
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