Continue adding test coverage for the new data dictionary: ALTER INDEX.
Debug index:alter(). Add tests for changes in index id, name, type, unique/not unique. Make box.space[i].index[j] output yaml-parsable (- idx: index 0 parsing problem).
Showing
- src/box/alter.cc 3 additions, 2 deletionssrc/box/alter.cc
- src/box/box_lua.cc 1 addition, 1 deletionsrc/box/box_lua.cc
- src/box/key_def.cc 1 addition, 1 deletionsrc/box/key_def.cc
- src/box/lua/schema.lua 29 additions, 1 deletionsrc/box/lua/schema.lua
- src/box/space.cc 7 additions, 1 deletionsrc/box/space.cc
- src/box/space.h 1 addition, 1 deletionsrc/box/space.h
- test/box/alter_limits.result 163 additions, 6 deletionstest/box/alter_limits.result
- test/box/alter_limits.test.lua 48 additions, 6 deletionstest/box/alter_limits.test.lua
- test/box/lua.result 1 addition, 1 deletiontest/box/lua.result
Loading
Please register or sign in to comment