From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org Subject: [Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build Date: Fri, 3 Jul 2020 01:40:28 +0200 [thread overview] Message-ID: <ce947fbacfd3e971241d44d1b9cbf0fd11b7d2cd.1593733161.git.v.shpilevoy@tarantool.org> (raw) In-Reply-To: <cover.1593733161.git.v.shpilevoy@tarantool.org> --- src/box/txn_limbo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/box/txn_limbo.c b/src/box/txn_limbo.c index 2cb687f4d..387cfd337 100644 --- a/src/box/txn_limbo.c +++ b/src/box/txn_limbo.c @@ -120,6 +120,7 @@ txn_limbo_assign_lsn(struct txn_limbo *limbo, struct txn_limbo_entry *entry, assert(limbo->instance_id != REPLICA_ID_NIL); assert(entry->lsn == -1); assert(lsn > 0); + (void) limbo; entry->lsn = lsn; } -- 2.21.1 (Apple Git-122.3)
next prev parent reply other threads:[~2020-07-02 23:40 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-02 23:40 [Tarantool-patches] [PATCH 0/5] Qsync: local rows fixes Vladislav Shpilevoy 2020-07-02 23:40 ` [Tarantool-patches] [PATCH 1/5] [tosquash] replication: fix multiple rollbacks Vladislav Shpilevoy 2020-07-05 9:34 ` Serge Petrenko 2020-07-05 15:13 ` Vladislav Shpilevoy 2020-07-02 23:40 ` [Tarantool-patches] [PATCH 2/5] [tosquash] applier: remove unnecessary fiber name check Vladislav Shpilevoy 2020-07-05 8:40 ` Serge Petrenko 2020-07-02 23:40 ` Vladislav Shpilevoy [this message] 2020-07-05 8:41 ` [Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build Serge Petrenko 2020-07-02 23:40 ` [Tarantool-patches] [PATCH 4/5] [tosquash] replication: rework how local transactions wait sync Vladislav Shpilevoy 2020-07-05 9:04 ` Serge Petrenko 2020-07-05 15:13 ` Vladislav Shpilevoy 2020-07-02 23:40 ` [Tarantool-patches] [PATCH 5/5] [tosquash] replication: add test on local row in the end of sync txn Vladislav Shpilevoy 2020-07-05 9:11 ` Serge Petrenko 2020-07-05 15:13 ` Vladislav Shpilevoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=ce947fbacfd3e971241d44d1b9cbf0fd11b7d2cd.1593733161.git.v.shpilevoy@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=sergepetrenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 3/5] [tosquash] txn_limbo: fix release build' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox