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

engine: let other engines reuse memtx checkpoint and join

The implementation of the checkpoint and join memtx engine methods
is actually generic: all they need is a read view. Let's allow
other engines that support creation of a consistent read view to be
checkpointed and joined by the memtx engine by setting the corresponding
engine flags.

Currently, there's no such engines, i.e. the only engine setting the new
flags is memtx itself. We will use this feature for new engines.

Needed for tarantool/tarantool-ee#617

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent 8d7af954
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