vinyl: rename key stmt construction routine
Currently, it's called vy_stmt_new_select, but soon a key statement will be allowed to have any type, not just IPROTO_SELECT. So let's rename it to vy_key_new.
Showing
- src/box/vinyl.c 3 additions, 3 deletionssrc/box/vinyl.c
- src/box/vy_lsm.c 1 addition, 1 deletionsrc/box/vy_lsm.c
- src/box/vy_stmt.c 3 additions, 15 deletionssrc/box/vy_stmt.c
- src/box/vy_stmt.h 5 additions, 11 deletionssrc/box/vy_stmt.h
- test/unit/vy_iterators_helper.c 1 addition, 3 deletionstest/unit/vy_iterators_helper.c
- test/unit/vy_mem.c 1 addition, 1 deletiontest/unit/vy_mem.c
Loading
Please register or sign in to comment