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 C706E2208E for ; Fri, 20 Jul 2018 09:21:47 -0400 (EDT) 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 cAZf1_IiePtJ for ; Fri, 20 Jul 2018 09:21:47 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 82DB12207E for ; Fri, 20 Jul 2018 09:21:47 -0400 (EDT) Date: Fri, 20 Jul 2018 16:21:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: assertion fail on nested select Message-ID: <20180720132144.3phn37h4bj3gzprt@tarantool.org> References: <1530533500-9666-1-git-send-email-hollow653@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1530533500-9666-1-git-send-email-hollow653@gmail.com> 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: alexander.turenko@tarantool.org, "N.Tatunov" Hello, On 02 июл 15:11, N.Tatunov wrote: > To optimize the select-subquery tarantool uses > subquery flattening function which is only used > with respect to some restrictions. One of them > was implemented improperly. > > Closes: #3353 > --- > > Issue: https://github.com/tarantool/tarantool/issues/3353 > Branch: https://github.com/tarantool/tarantool/tree/N_Tatunov/gh-3353-assertion-on-nested-select I've checke the patch into 2.0 branch. -- Regards, Kirill Yukhin