From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 07EC6469719 for ; Thu, 22 Oct 2020 19:02:45 +0300 (MSK) From: Aleksandr Lyapunov Date: Thu, 22 Oct 2020 19:02:31 +0300 Message-Id: <1603382553-5570-1-git-send-email-alyapunov@tarantool.org> Subject: [Tarantool-patches] [PATCH 0/2] Fix transaction manager List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, Nikita Pettik , "Alexander V . Tikhonov" There was two issues: * https://github.com/tarantool/tarantool/issues/5423 * tx_man test faild on OSX builds Both problems are fixed now. Branch: alyapunov/gh-5423-dirty-tuple-unref Aleksandr Lyapunov (2): memtx: fix a bug in unlinking story lists memtx: fix a bug in TX that caused deletion of a durty tuple src/box/memtx_space.c | 1 + src/box/memtx_tx.c | 67 +++++++++++++++++++++++++++++++++++++++--------- test/box/tx_man.result | 43 +++++++++++++++++++++++++++++++ test/box/tx_man.test.lua | 16 ++++++++++++ 4 files changed, 115 insertions(+), 12 deletions(-) -- 2.7.4