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 8DEDC2B753 for ; Thu, 29 Mar 2018 06:21:04 -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 3tzk0GM_uxto for ; Thu, 29 Mar 2018 06:21:04 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 079DA2B741 for ; Thu, 29 Mar 2018 06:21:03 -0400 (EDT) Received: from [185.6.245.156] (port=61047 helo=tkn_work_nb) by smtp36.i.mail.ru with esmtpa (envelope-from ) id 1f1Ug2-0005Da-8C for tarantool-patches@freelists.org; Thu, 29 Mar 2018 13:21:02 +0300 Date: Thu, 29 Mar 2018 13:21:08 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] sql: remove support of partial indexes Message-ID: <20180329102108.zjfn5t26uxxgvx4k@tkn_work_nb> References: <1521937705-8170-1-git-send-email-gleb-skiba@mail.ru> <20180329101028.kutvgeay23dtqgpq@tkn_work_nb> <1522318496.145373206@f409.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1522318496.145373206@f409.i.mail.ru> 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 The branch contains two commits too. WBR, Alexander Turenko. On Thu, Mar 29, 2018 at 01:14:56PM +0300, GLEB SKIBA wrote: > Hi, this is old version of my commit, which i accidentally send. I > resend correct version. Is it available? > > Четверг, 29 марта 2018, 13:10 +03:00 от Alexander Turenko > : > > Hi, Gleb! > Please, squash your two commits into one and resend the patch. > WBR, Alexander Turenko. > On Sun, Mar 25, 2018 at 03:28:25AM +0300, Gleb wrote: