[tarantool-patches] Re: [PATCH 1/3] sql: EXPLAIN through net.box leads to SEGFAULT

n.pettik korablev at tarantool.org
Mon Nov 19 20:27:36 MSK 2018


> EXPLAIN envokes SEGMENTATION FAULT when being executed through

Typo: invokes.

> net.box. It happens due to column type of the result of this
> function being NULL.

I’ve checked and not only EXPLAIN results, but also EXPLAIN QUERY PLAN,
several pragmas (for instance, pragma table_info()) etc. So, initially problem
was not only in EXPLAIN statement. Please exposed commit message and
add tests on other cases.

Also, why did you decide to avoid sending type at all, instead of sending
UNKNOWN for example?



More information about the Tarantool-patches mailing list