Skip to content
Snippets Groups Projects
Commit 56f970e1 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Konstantin Osipov
Browse files

alter: swap key_def memory on index alter

If an index is modified, in index_def_swap it does not swap key_defs.
But index alter can change part types and comparators. Lets swap
key_defs too. Note, that we can not swap key_defs by pointers - they
are stored in memtx trees.

Closes #3000
parent f391ac20
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