From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0EDA14696C3 for ; Wed, 29 Apr 2020 02:19:31 +0300 (MSK) References: <0b86996f4cac3e620137abf271a43bde499e5334.1587476678.git.sergeyb@tarantool.org> <20200423232446.GD11314@tarantool.org> <20200423232924.GF11314@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Wed, 29 Apr 2020 01:19:29 +0200 MIME-Version: 1.0 In-Reply-To: <20200423232924.GF11314@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v4 7/10] schema: fix index promotion to functional index List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org @ChangeLog * Fixed a bug in altering a normal index to a functional one. Pushed to master, 2.4, 2.3. On 24/04/2020 01:29, Igor Munkin wrote: > I don't know whether this patch needs a ChangeLog entry, but it's > missing here.