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 3FF122C71B for ; Tue, 23 Oct 2018 03:36:48 -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 129vtyyCf847 for ; Tue, 23 Oct 2018 03:36:48 -0400 (EDT) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 C8B842C6C0 for ; Tue, 23 Oct 2018 03:36:47 -0400 (EDT) Received: by smtp38.i.mail.ru with esmtpa (envelope-from ) id 1gErF8-0005gA-7L for tarantool-patches@freelists.org; Tue, 23 Oct 2018 10:36:46 +0300 Date: Tue, 23 Oct 2018 10:36:46 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 2/8] vinyl: factor out common code of UPDATE and UPSERT Message-ID: <20181023073646.GG9849@chai> References: <8e084ab560e8da4b6689db968bed7cd1f6729014.1539539421.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8e084ab560e8da4b6689db968bed7cd1f6729014.1539539421.git.vdavydov.dev@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 * Vladimir Davydov [18/10/15 10:15]: > This patch introduces a helper function vy_perform_update() that > performs operations common for UPDATE and UPSERT, namely replaces > a tuple in a transaction write set. > --- > src/box/vinyl.c | 115 ++++++++++++++++++++++++-------------------------------- OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov