From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 F1E6E41C5DB for ; Sun, 28 Jun 2020 16:31:32 +0300 (MSK) Date: Sun, 28 Jun 2020 13:31:31 +0000 From: Nikita Pettik Message-ID: <20200628133131.GA23521@tarantool.org> References: <908f67730f9ab461531d61a66fe2c885be77682e.1593096639.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <908f67730f9ab461531d61a66fe2c885be77682e.1593096639.git.imeevma@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v3 1/8] sql: introduce mem_set_double() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@dev.tarantool.org On 25 Jun 18:17, imeevma@tarantool.org wrote: > The mem_set_double () function is used to properly set MEM as > containing DOUBLE value. Nit: it has been introduced a long ago (sqlVdbeMemSetDouble()). You refactor it and use in several other places. LGTM