Skip to content
Snippets Groups Projects
Commit 81d65f40 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

vinyl: add back index reference counting to cursor new/delete

At some point we (I) decided to implement transaction-level
DDL-DML dependency tracking, and removed index reference counting
from vinyl. Unfortunately we failed to implement this quickly.

Put the reference counting back for now.

This prevents index destruction while there is an open cursor using it.
Fixes the sporadic crash of options.test.lua
parent 88746a58
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