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 49FC721190 for ; Tue, 17 Jul 2018 07:21:29 -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 fnC9bwTfW4X9 for ; Tue, 17 Jul 2018 07:21:29 -0400 (EDT) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 99B1421185 for ; Tue, 17 Jul 2018 07:21:28 -0400 (EDT) Date: Tue, 17 Jul 2018 14:21:25 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2] sql: add index_def to struct Index Message-ID: <20180717112125.fnigjvhntrbj3a5z@tarantool.org> References: <35c7947b-cb54-bac8-fed2-680c65f76cb6@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <35c7947b-cb54-bac8-fed2-680c65f76cb6@tarantool.org> 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: "n.pettik" Hello, On 09 июл 13:46, Ivan Koptelov wrote: > Closes: #3369, #3498 > --- > > Branch: > [1]https://github.com/tarantool/tarantool/tree/sb/gh-3369-use-index-def-in-select-and-where > Issue:[2]https://github.com/tarantool/tarantool/issues/3369 I've checked the final patch into 2-0 branch. -- Regards, Kirill Yukhin