sql: remove mayAbort field from struct Parse
Currently, the mayAbort field is working with SQL error SQL_CONSTRAINT. Since we want to replace SQL_CONSTRAINT with a Tarantool error, we need to change the way the mayAbort field works or delete it. Since this field is used only for make an assertion in debug mode, it is better to simply remove it.
Showing
- src/box/sql/build.c 0 additions, 28 deletionssrc/box/sql/build.c
- src/box/sql/expr.c 0 additions, 2 deletionssrc/box/sql/expr.c
- src/box/sql/fk_constraint.c 0 additions, 35 deletionssrc/box/sql/fk_constraint.c
- src/box/sql/insert.c 0 additions, 3 deletionssrc/box/sql/insert.c
- src/box/sql/sqlInt.h 0 additions, 2 deletionssrc/box/sql/sqlInt.h
- src/box/sql/vdbe.h 0 additions, 3 deletionssrc/box/sql/vdbe.h
- src/box/sql/vdbeaux.c 0 additions, 127 deletionssrc/box/sql/vdbeaux.c
Loading
Please register or sign in to comment