schema: remove assert on wrong insert into _priv
Prior to this patch, an assertion was thrown if a tuple with an invalid id was inserted into the _priv system space. This bug appeared only in the debug build. Closes #6295
Showing
- changelogs/unreleased/gh-6295-assert-on-wrong-insert-into-_priv.md 5 additions, 0 deletions...s/unreleased/gh-6295-assert-on-wrong-insert-into-_priv.md
- src/box/alter.cc 2 additions, 0 deletionssrc/box/alter.cc
- src/box/schema.cc 31 additions, 16 deletionssrc/box/schema.cc
- test/box-tap/gh-6295-assert-on-wrong-id.test.lua 34 additions, 0 deletionstest/box-tap/gh-6295-assert-on-wrong-id.test.lua
Loading
Please register or sign in to comment