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 BF45426EFC for ; Tue, 3 Jul 2018 04:24:52 -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 Z4ZFW7Wy6lD3 for ; Tue, 3 Jul 2018 04:24:52 -0400 (EDT) Received: from smtp2.mail.ru (smtp2.mail.ru [94.100.179.91]) (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 7FA8326EF4 for ; Tue, 3 Jul 2018 04:24:52 -0400 (EDT) Date: Tue, 3 Jul 2018 11:24:48 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: remove support of partial indexes from parser Message-ID: <20180703082448.um6czimhc37vktkr@tarantool.org> References: <20180702110824.28899-1-korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180702110824.28899-1-korablev@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: v.shpilevoy@tarantool.org, Gleb Hello, On 02 июл 14:08, Nikita Pettik wrote: > From: Gleb > > Currently, Tarantool doesn't support partial indexes, so lets temporary > remove their processing from SQL parser to avoid confusing situations. > It can be returned after #1260 (implement functional indexes in > Tarantool) is done. > > Closes #2165 > --- > Branch: https://github.com/tarantool/tarantool/tree/gh-2165-remove-support-partial-indexes > Issue: https://github.com/tarantool/tarantool/issues/2165 I've checked the patch into 2.0 branch. -- Regards, Kirill Yukhin