From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 7DCEE267DD for ; Fri, 25 Jan 2019 11:07:09 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n2aX4n4oV_XS for ; Fri, 25 Jan 2019 11:07:09 -0500 (EST) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 39D26267A9 for ; Fri, 25 Jan 2019 11:07:09 -0500 (EST) Date: Fri, 25 Jan 2019 19:07:06 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH v8 2/6] iproto: move map creation to sql_response_dump() Message-ID: <20190125160706.GC4898@chai> References: <4a5099086f22bb42002678d434d6a4c65fb51547.1547902954.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4a5099086f22bb42002678d434d6a4c65fb51547.1547902954.git.imeevma@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org * imeevma@tarantool.org [19/01/19 23:21]: > Currently, function sql_response_dump() puts data into an already > created map. Moving the map creation to sql_response_dump() > simplifies the code and allows us to use sql_response_dump() as > one of the port_sql methods. This patch seems to be trivial, Vlad, please push if you're OK with it. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov