Move box.info.vinyl to box.stat.vinyl
All global statistics are meant to be in box.stat module so let's move box.info.vinyl to box.stat.vinyl, but leave the old alias - we will remove it in 2.0. Patch all tests to use the new alias. Closes #3277
Showing
- src/box/lua/info.c 1 addition, 1 deletionsrc/box/lua/info.c
- src/box/lua/stat.c 21 additions, 1 deletionsrc/box/lua/stat.c
- src/box/vinyl.c 1 addition, 1 deletionsrc/box/vinyl.c
- src/box/vinyl.h 2 additions, 2 deletionssrc/box/vinyl.h
- test/vinyl/cache.result 4 additions, 4 deletionstest/vinyl/cache.result
- test/vinyl/cache.test.lua 4 additions, 4 deletionstest/vinyl/cache.test.lua
- test/vinyl/info.result 1 addition, 1 deletiontest/vinyl/info.result
- test/vinyl/info.test.lua 1 addition, 1 deletiontest/vinyl/info.test.lua
- test/vinyl/misc.result 2 additions, 2 deletionstest/vinyl/misc.result
- test/vinyl/misc.test.lua 2 additions, 2 deletionstest/vinyl/misc.test.lua
- test/vinyl/mvcc.result 17 additions, 17 deletionstest/vinyl/mvcc.result
- test/vinyl/mvcc.test.lua 17 additions, 17 deletionstest/vinyl/mvcc.test.lua
- test/vinyl/quota.result 13 additions, 13 deletionstest/vinyl/quota.result
- test/vinyl/quota.test.lua 13 additions, 13 deletionstest/vinyl/quota.test.lua
- test/vinyl/quota_timeout.result 3 additions, 3 deletionstest/vinyl/quota_timeout.result
- test/vinyl/quota_timeout.test.lua 3 additions, 3 deletionstest/vinyl/quota_timeout.test.lua
- test/vinyl/recovery_quota.result 3 additions, 3 deletionstest/vinyl/recovery_quota.result
- test/vinyl/recovery_quota.test.lua 3 additions, 3 deletionstest/vinyl/recovery_quota.test.lua
- test/vinyl/tx_gap_lock.result 1 addition, 1 deletiontest/vinyl/tx_gap_lock.result
- test/vinyl/tx_gap_lock.test.lua 1 addition, 1 deletiontest/vinyl/tx_gap_lock.test.lua
Loading
Please register or sign in to comment