Skip to content
Snippets Groups Projects
Commit 25c93ca5 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: generate VY_LOG_NEW_INDEX event in vy_recovery_load_index()

Currently, vy_recovery_load_index() only calls the callback for
VY_LOG_INSERT_RANGE and VY_LOG_INSERT_RUN types of records, but not
for VY_LOG_NEW_INDEX, because the latter is not needed during index
recovery. However, we will need this event for vinyl metadata log
rotation, so let's make vy_recovery_load_index() call the callback
for this type of record too.
parent 2587f6a2
No related branches found
No related tags found
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