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 B5A3526AB9 for ; Tue, 31 Jul 2018 16:52:22 -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 S4H9pH5Hvo58 for ; Tue, 31 Jul 2018 16:52:22 -0400 (EDT) Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 6FA6628278 for ; Tue, 31 Jul 2018 16:52:22 -0400 (EDT) Received: from [185.6.245.178] (port=33036 helo=atlas.local) by smtp33.i.mail.ru with esmtpa (envelope-from ) id 1fkbcy-000497-Td for tarantool-patches@freelists.org; Tue, 31 Jul 2018 23:52:20 +0300 Date: Tue, 31 Jul 2018 23:52:20 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 23/25] txn: add helper to detect transaction boundaries Message-ID: <20180731205220.GP15235@chai> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/07/27 16:55]: > Add txn_is_first_statement() function, which returns true if this is the > first statement of the transaction. The function is supposed to be used > from on_replace trigger to detect transaction boundaries. OK to push. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov