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 1B69B22319 for ; Tue, 8 May 2018 16:18:41 -0400 (EDT) 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 vvMgo4aO_uJE for ; Tue, 8 May 2018 16:18:41 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 46CA3232F9 for ; Tue, 8 May 2018 16:18:32 -0400 (EDT) Date: Tue, 8 May 2018 23:18:27 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/3] vinyl: remove vy_apply_upsert_ops Message-ID: <20180508201827.GA26928@atlas> References: <37cca09133f09ebcc50b4dd7432271669471b04b.1524868484.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37cca09133f09ebcc50b4dd7432271669471b04b.1524868484.git.v.shpilevoy@tarantool.org> 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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org * Vladislav Shpilevoy [18/04/28 08:50]: > Function vy_apply_upsert_opts originaly appears in this commit: > 5627e53bf020bf83b8f74d3d04b93047bdf221b4, where it is a > refactored version of a sophia upsertion. But when a vy_stmt was > introduced, vinyl_apply_upsert_ops works just like ordinary > tuple_upsert_execute. Remove this useless wrapper. > --- > src/box/vy_upsert.c | 43 +++++-------------------------------------- > 1 file changed, 5 insertions(+), 38 deletions(-) Pushed. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov