Rename iterator interfaces: replace "itr" with "iterator"
Now, names of related interfaces, global variables and fields are based on "iterator". This is pure refactoring without any functional changes. Closes #1694
Showing
- src/box/memtx_hash.cc 15 additions, 15 deletionssrc/box/memtx_hash.cc
- src/box/memtx_tree.cc 15 additions, 15 deletionssrc/box/memtx_tree.cc
- src/box/vinyl.c 77 additions, 76 deletionssrc/box/vinyl.c
- src/lib/salad/bps_tree.h 55 additions, 55 deletionssrc/lib/salad/bps_tree.h
- src/lib/salad/light.h 15 additions, 15 deletionssrc/lib/salad/light.h
- test/unit/CMakeLists.txt 4 additions, 4 deletionstest/unit/CMakeLists.txt
- test/unit/bps_tree.cc 8 additions, 8 deletionstest/unit/bps_tree.cc
- test/unit/bps_tree_iterator.cc 72 additions, 72 deletionstest/unit/bps_tree_iterator.cc
- test/unit/bps_tree_iterator.result 6 additions, 6 deletionstest/unit/bps_tree_iterator.result
- test/unit/light.cc 21 additions, 21 deletionstest/unit/light.cc
- test/unit/light.result 4 additions, 4 deletionstest/unit/light.result
- test/unit/rtree_iterator.cc 4 additions, 4 deletionstest/unit/rtree_iterator.cc
- test/unit/rtree_iterator.result 7 additions, 0 deletionstest/unit/rtree_iterator.result
- test/wal_off/iterator_lt_gt.result 0 additions, 0 deletionstest/wal_off/iterator_lt_gt.result
- test/wal_off/iterator_lt_gt.test.lua 0 additions, 0 deletionstest/wal_off/iterator_lt_gt.test.lua
Loading
Please register or sign in to comment