From: mechanik20051988 via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tarantool-patches@dev.tarantool.org, vdavydov@tarantool.org, v.shpilevoy@tarantool.org Subject: [Tarantool-patches] [PATCH v3 1/8] xrow: remove unused call_request::header Date: Wed, 11 Aug 2021 11:56:51 +0300 [thread overview] Message-ID: <a968d4a37844b1a73eac9add18a13cc8bdd9a7c5.1628671235.git.mechanik20051988@tarantool.org> (raw) In-Reply-To: <cover.1628671235.git.mechanik20051988@tarantool.org> From: Vladimir Davydov <vdavydov@tarantool.org> --- src/box/xrow.c | 1 - src/box/xrow.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/box/xrow.c b/src/box/xrow.c index 8ab8b2768..a61c6e345 100644 --- a/src/box/xrow.c +++ b/src/box/xrow.c @@ -1139,7 +1139,6 @@ error: } memset(request, 0, sizeof(*request)); - request->header = row; uint32_t map_size = mp_decode_map(&data); for (uint32_t i = 0; i < map_size; ++i) { diff --git a/src/box/xrow.h b/src/box/xrow.h index c6e8ed0fd..0f2fcf94a 100644 --- a/src/box/xrow.h +++ b/src/box/xrow.h @@ -304,8 +304,6 @@ xrow_decode_raft(const struct xrow_header *row, struct raft_request *r, * CALL/EVAL request. */ struct call_request { - /** Request header */ - const struct xrow_header *header; /** Function name for CALL request. MessagePack String. */ const char *name; /** Expression for EVAL request. MessagePack String. */ -- 2.20.1
next prev parent reply other threads:[~2021-08-11 8:57 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-11 8:56 [Tarantool-patches] [PATCH v3 0/8] implement iproto streams mechanik20051988 via Tarantool-patches 2021-08-11 8:56 ` mechanik20051988 via Tarantool-patches [this message] 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 2/8] iproto: clear request::header for client requests mechanik20051988 via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 3/8] iproto: implement stream id in binary iproto protocol mechanik20051988 via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 4/8] salad: fix segfault in case when mhash table allocation failure mechanik20051988 via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 5/8] iproto: implement streams in iproto mechanik20051988 via Tarantool-patches 2021-08-11 11:30 ` Vladimir Davydov via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 6/8] net.box: add stream support to net.box mechanik20051988 via Tarantool-patches 2021-08-11 11:52 ` Vladimir Davydov via Tarantool-patches 2021-08-11 12:09 ` Vladimir Davydov via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 7/8] iproto: implement interactive transactions over iproto streams mechanik20051988 via Tarantool-patches 2021-08-11 12:39 ` Vladimir Davydov via Tarantool-patches 2021-08-11 8:56 ` [Tarantool-patches] [PATCH v3 8/8] net.box: add interactive transaction support in net.box mechanik20051988 via Tarantool-patches 2021-08-11 12:47 ` Vladimir Davydov via Tarantool-patches
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=a968d4a37844b1a73eac9add18a13cc8bdd9a7c5.1628671235.git.mechanik20051988@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=mechanik20051988@tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --cc=vdavydov@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v3 1/8] xrow: remove unused call_request::header' \ /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