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 3E9AB469710 for ; Mon, 18 May 2020 11:28:53 +0300 (MSK) Date: Mon, 18 May 2020 11:28:49 +0300 From: Kirill Yukhin Message-ID: <20200518082849.5ajihk6wy36yum7d@tarantool.org> References: <20200515111231.50740-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200515111231.50740-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] box/memtx: use uint32_t for number of indices List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml Hello, On 15 май 14:12, Cyrill Gorcunov wrote: > The member is defined as unsigned 32 bit value, > so we have to use an exactly the same type here. > > Signed-off-by: Cyrill Gorcunov > --- > src/box/memtx_engine.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Checked into 1.10, 2.3, 2.4 and master as obvious. -- Regards, Kirill Yukhin