[Tarantool-patches] [PATCH v3 2/2] sql: add panic() call in sql_execute() on complete failure

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Dec 20 19:02:32 MSK 2020


Thanks for the patch!

On 17.12.2020 00:09, Leonid Vasiliev via Tarantool-patches wrote:
> In SQL, on failure sometimes an error sets to the diag, sometimes not.
> And this can dived to situation as in #5537(SEGFAULT).

dived -> lead.

> So, let's call `panic()` in that case, because something is very wrong,
> and it is not safe to continue execution.
> 
> Follow-up #5537


More information about the Tarantool-patches mailing list