From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp30.i.mail.ru (smtp30.i.mail.ru [94.100.177.90]) (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 3AB3244643C for ; Fri, 6 Nov 2020 01:18:25 +0300 (MSK) Date: Thu, 5 Nov 2020 22:18:24 +0000 From: Nikita Pettik Message-ID: <20201105221824.GC8188@tarantool.org> References: <20201009134529.13212-1-roman.habibov@tarantool.org> <20201009134529.13212-4-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201009134529.13212-4-roman.habibov@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 3/5] schema: add box_space_field_MAX List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Khabibov Cc: tarantool-patches@dev.tarantool.org On 09 Oct 16:45, Roman Khabibov wrote: > Just add box_space_field_MAX to the _space fields enum. > > Needed for #3075 IDK why it is needed for 3075 but patch is ok.