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 48FF129E3F for ; Tue, 27 Nov 2018 05:09:09 -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 3Vnsjba-ATbY for ; Tue, 27 Nov 2018 05:09:09 -0500 (EST) Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 8703C20E3A for ; Tue, 27 Nov 2018 05:09:08 -0500 (EST) Date: Tue, 27 Nov 2018 13:09:02 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/3] A set of small SQL fixes Message-ID: <20181127100902.5yfyl45yvkfhtrip@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Hello, On 19 Nov 16:47, Vladislav Shpilevoy wrote: > 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 I've cherry-picked [2/3] and [2/3] patches to 2.1 branch. 1/3 won't be checked in. So, consider this thread closed. -- Regards, Kirill Yukhin