sql: Throw an error when getting an unknown MP_EXT
After this patch, getting an unknown msgpack extension in SQL will throw the correct error. Closes #6375
Showing
- changelogs/unreleased/gh-6375-fix-assert-on-unsupported-ext.md 5 additions, 0 deletions...elogs/unreleased/gh-6375-fix-assert-on-unsupported-ext.md
- src/box/sql/mem.c 7 additions, 4 deletionssrc/box/sql/mem.c
- test/sql-tap/engine.cfg 1 addition, 0 deletionstest/sql-tap/engine.cfg
- test/sql-tap/gh-6375-assert-on-unsupported-ext.test.lua 25 additions, 0 deletionstest/sql-tap/gh-6375-assert-on-unsupported-ext.test.lua
Loading
Please register or sign in to comment