index: add commit_modify virtual method
The new method is called after successful update of index definition. It is passed the signature of the WAL record that committed the operation. It will be used by Vinyl to update key definition in vylog.
Showing
- src/box/alter.cc 9 additions, 0 deletionssrc/box/alter.cc
- src/box/index.cc 5 additions, 0 deletionssrc/box/index.cc
- src/box/index.h 15 additions, 0 deletionssrc/box/index.h
- src/box/memtx_bitset.c 1 addition, 0 deletionssrc/box/memtx_bitset.c
- src/box/memtx_hash.c 1 addition, 0 deletionssrc/box/memtx_hash.c
- src/box/memtx_rtree.c 1 addition, 0 deletionssrc/box/memtx_rtree.c
- src/box/memtx_tree.c 1 addition, 0 deletionssrc/box/memtx_tree.c
- src/box/sysview_index.c 1 addition, 0 deletionssrc/box/sysview_index.c
- src/box/vinyl.c 1 addition, 0 deletionssrc/box/vinyl.c
Loading
Please register or sign in to comment