From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5485F2CCC3 for ; Mon, 19 Nov 2018 08:47:43 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TfUv5YsNUoCn for ; Mon, 19 Nov 2018 08:47:43 -0500 (EST) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id A446D2CC5F for ; Mon, 19 Nov 2018 08:47:42 -0500 (EST) From: Vladislav Shpilevoy Subject: [tarantool-patches] [PATCH 0/3] A set of small SQL fixes Date: Mon, 19 Nov 2018 16:47:27 +0300 Message-Id: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: korablev@tarantool.org A set of small patches fixing some SQL assertions or incorrect behaviour, which appeared during working on 3505 - box.sql.execute() removal. Branch: http://github.com/tarantool/tarantool/tree/imeevma/small-patches Mergen Imeev (3): sql: EXPLAIN through net.box leads to SEGFAULT sql: SELECT from system spaces returns unpacked msgpack. sql: too many autogenerated ids leads to SEGFAULT src/box/execute.c | 44 ++++++++++++++++++++++++++-------------- src/box/lua/net_box.c | 15 +++++++------- src/box/sql/vdbe.c | 8 ++------ src/box/sql/vdbeaux.c | 6 ------ test/sql/iproto.result | 40 ++++++++++++++++++++++++++++++++++++ test/sql/iproto.test.lua | 24 +++++++++++++++++++++- 6 files changed, 102 insertions(+), 35 deletions(-) -- 2.17.2 (Apple Git-113)