From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 CC1C6469719 for ; Mon, 28 Sep 2020 18:52:08 +0300 (MSK) Date: Mon, 28 Sep 2020 15:52:07 +0000 From: Nikita Pettik Message-ID: <20200928155207.GA14909@tarantool.org> References: <20200922155903.48421-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Roman Khabibov Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy 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. >