From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 81C3C469719 for ; Mon, 28 Sep 2020 21:41:45 +0300 (MSK) References: <20200922155903.48421-1-roman.habibov@tarantool.org> <20200928155207.GA14909@tarantool.org> From: Vladislav Shpilevoy Message-ID: <020b2176-3695-5371-f936-742fe59d97ff@tarantool.org> Date: Mon, 28 Sep 2020 20:41:43 +0200 MIME-Version: 1.0 In-Reply-To: <20200928155207.GA14909@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH] box: disallow to modify format of a view List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik , Roman Khabibov Cc: tarantool-patches@dev.tarantool.org It seems this is a bugfix and should be pushed to the older version too. On 28.09.2020 17:52, Nikita Pettik wrote: > On 26 Sep 16:01, Roman Khabibov wrote: >> Hi! Thanks. >> >> Nikita, could you, please, look through? > > Changed error msg to 'view can not be altered' and pushed to master. > Changelog for 2.6 is updated; branch is dropped. > >>> On Sep 25, 2020, at 23:14, Vladislav Shpilevoy wrote: >>> >>> Hi! Thanks for the patch! >>> >>> LGTM. >>