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 5D3F628BF4 for ; Tue, 18 Sep 2018 22:16:53 -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 vivOTE9tq8Sp for ; Tue, 18 Sep 2018 22:16:53 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 1D61128BDE for ; Tue, 18 Sep 2018 22:16:53 -0400 (EDT) Date: Wed, 19 Sep 2018 05:16:51 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/6] sql: split conflict action and affinity for Expr Message-ID: <20180919021651.GA2386@chai> References: <38b42cc370c2e531bb864e6172b8282d14073d56.1537216078.git.korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38b42cc370c2e531bb864e6172b8282d14073d56.1537216078.git.korablev@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: tarantool-patches@freelists.org Cc: Georgy Kirichenko * Nikita Pettik [18/09/18 01:19]: > From: Georgy Kirichenko > > Lets introduce separate field in struct Expr to store conflict action of > RAISE() function, instead of messing it with affinity. If it's the same patch and you need it anyway why not just simply push it already? > --- > src/box/sql/expr.c | 46 ++++++++++++++++++---------------------------- > src/box/sql/fkey.c | 2 +- > src/box/sql/parse.y | 4 ++-- > src/box/sql/sqliteInt.h | 5 ++++- > src/box/sql/treeview.c | 6 ++++-- > 5 files changed, 29 insertions(+), 34 deletions(-) -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov