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 C7EE62A547 for ; Mon, 24 Sep 2018 04:38:27 -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 VlbYRKzy8IUD for ; Mon, 24 Sep 2018 04:38:27 -0400 (EDT) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 18D472A525 for ; Mon, 24 Sep 2018 04:38:27 -0400 (EDT) Date: Mon, 24 Sep 2018 11:38:24 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] box: add a method to check if transaction is open Message-ID: <20180924083824.oplpjtfdofjxfjad@tarantool.org> References: <1536282019-17978-1-git-send-email-roman.habibov1@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1536282019-17978-1-git-send-email-roman.habibov1@yandex.ru> 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 Hello, On 07 сен 04:00, Roman Khabibov wrote: > Add method box.is_in_txn() > > Closes: #3518. > --- > Branch: https://github.com/tarantool/tarantool/tree/romankhabibov/gh-3518-check-if-txn > Issue: https://github.com/tarantool/tarantool/issues/3518 I've checked in updated patch into 2.0 branch. -- Regards, Kirill Yukhin