sql: fix error with new field in new index
In case the space format is changed after inserting tuples, the new format contains new fields, and a new index is created that works with those new fields, it is possible to get an assertion during SELECT. This problem was fixed in this path. Closes #5183 NO_DOC=bugfix
Showing
- changelogs/unreleased/gh-5183-fix-index-field-missing.md 4 additions, 0 deletionschangelogs/unreleased/gh-5183-fix-index-field-missing.md
- src/box/sql.c 14 additions, 3 deletionssrc/box/sql.c
- test/sql-luatest/gh_5183_fix_index_field_missing_test.lua 27 additions, 0 deletionstest/sql-luatest/gh_5183_fix_index_field_missing_test.lua
Loading