Hi! Thank you for review!
I'll add that this allows us to remove SQL errcode SQL_CONSTRAINT.On 12 Apr 2019, at 15:34, imeevma@tarantool.org wrote: Currently, the mayAbort field is used only in one place in debug mode and is not used in non-debug mode. This patch removes this field.Could you be more specific when pointing out the reason of removal? What was the feature you are removing and why it can be removed? Argument like ‘it is used only in debug mode’ doesn’t seem to be convincing enough.
In fact, this code works with the error code SQL_CONSTRAINT, andPart of #4074Code involved in this patch doesn’t throw any errors, so why it is a part of diag replacement? I guess this code clean-up can be OK, but we must be sure that this functionality can’t be applied to our SQL implementation.