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 E019042F4C7 for ; Thu, 14 Nov 2019 13:39:52 +0300 (MSK) Date: Thu, 14 Nov 2019 13:39:51 +0300 From: Kirill Yukhin Message-ID: <20191114103951.jhwfwd4o3t2bj2js@tarantool.org> References: <20191113182024.28096-1-i.kosarev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191113182024.28096-1-i.kosarev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] fix: don't request absent tuple field List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org Hello, On 13 ноя 21:20, Ilya Kosarev wrote: > During replacement of tuple_field_bool_xc with it's non-xc version > turned out that it might be called even if there is not enough fields > in processed tuple. Now it is fixed. > > Part of #4247 > --- > https://github.com/tarantool/tarantool/tree/i.kosarev/fix-tuple-field-request > https://github.com/tarantool/tarantool/issues/4247 Checked into master. -- Regards, Kirill Yukhin