From: Kirill Shcherbatov <kshcherbatov@tarantool.org>
To: tarantool-patches@freelists.org,
Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH v2 2/2] sql: remove struct Enc
Date: Tue, 28 Aug 2018 09:46:14 +0300 [thread overview]
Message-ID: <b88b085a-ef55-c9bf-f04e-568b117f351b@tarantool.org> (raw)
In-Reply-To: <e1720d72-628d-23a0-99cd-a2a62e5fe19b@tarantool.org>
> Thanks for the patch! See 7 comments below and a
> commit on the branch.
Hi. Thank you for review
> 1. Double include of region.h.
done.
> 2. Static.
fixed.
> 3. No comment.
/**
* Encode index options @opts into message pack with @stream.
* @param stream Message Pack Stream to use on encode.
* @param opts Index options to encode.
*/
static void
mpstream_encode_index_opts(struct mpstream *stream, struct index_opts *opts)
> 4. Finish a sentence with the dot. Btw the comment
> is not related to the code. Below you do not whether
> the index is unique or not.
> 5. "Did't defined" - corrupted phrase. Rather "did't define".
> But the whole comment looks strange as well as the previous,
> and out of its place. Just remove it.
You know, I've just copied existed peace of code with all comments.
I've get rid off those two comments at all now.
> 6. If 'raw == NULL' you still try to use it in box_update.
My fault. Fixed.
> 7. Here https://github.com/tarantool/tarantool/commit/0d8b0c5641ec4c27547b1d0121bb1e0a641b149b
> I see changes not relevant to this patch and not presented in the
> email. I paste them bellow:
Done.
next prev parent reply other threads:[~2018-08-28 6:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-27 11:11 [tarantool-patches] [PATCH v2 0/2] " Kirill Shcherbatov
2018-08-27 11:11 ` [tarantool-patches] [PATCH v2 1/2] box: export mpstream methods to core Kirill Shcherbatov
2018-08-28 1:43 ` [tarantool-patches] " Vladislav Shpilevoy
2018-08-28 6:46 ` Kirill Shcherbatov
2018-08-27 11:11 ` [tarantool-patches] [PATCH v2 2/2] sql: remove struct Enc Kirill Shcherbatov
2018-08-28 1:43 ` [tarantool-patches] " Vladislav Shpilevoy
2018-08-28 6:46 ` Kirill Shcherbatov [this message]
2018-08-28 23:21 ` Vladislav Shpilevoy
2018-08-28 1:43 ` [tarantool-patches] Re: [PATCH v2 0/2] " Vladislav Shpilevoy
2018-08-29 14:12 ` Kirill Yukhin
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=b88b085a-ef55-c9bf-f04e-568b117f351b@tarantool.org \
--to=kshcherbatov@tarantool.org \
--cc=tarantool-patches@freelists.org \
--cc=v.shpilevoy@tarantool.org \
--subject='[tarantool-patches] Re: [PATCH v2 2/2] sql: remove struct Enc' \
/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