[tarantool-patches] Re: [PATCH v1 05/10] sql: EXPLAIN through net.box leads to SEGFAULT

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Nov 19 16:47:56 MSK 2018


Hi! Thanks for the patch! I have changed it and moved into
new patchset to make review easier.

On 17/11/2018 17:03, imeevma at tarantool.org wrote:
> EXPLAIN envokes SEGMENTATION FAULT when being executed through
> net.box. It happens due to column type of the result of this
> function being NULL.
> 
> Needed for #3505
> ---
>   src/box/execute.c        | 11 +++++++----
>   src/box/lua/net_box.c    | 15 ++++++++-------
>   test/sql/iproto.result   | 11 +++++++++++
>   test/sql/iproto.test.lua |  9 ++++++++-
>   4 files changed, 34 insertions(+), 12 deletions(-)
> 




More information about the Tarantool-patches mailing list