Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Vladislav Shpilevoy" <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: "Kirill Shcherbatov" <kshcherbatov@tarantool.org>
Subject: [tarantool-patches] Re: [tarantool-patches] [PATCH v1 1/1] sql: drop useless legacy Cursor hints
Date: Sun, 10 Jun 2018 00:41:30 +0300	[thread overview]
Message-ID: <1528580490.331665582@f480.i.mail.ru> (raw)
In-Reply-To: <aa0952574eb7d65f7988d8c2c847fa9fc3f5a7a4.1528549548.git.kshcherbatov@tarantool.org>



Hello. Thanks for the patch!

>
>Deleted BTREE_BULKLOAD and OPFLAG_BULKCSR as there become
>useless since btree.c was dropped as a part of #2419.
>Removed SQLITE_ENABLE_CURSOR_HINTS sections as this code
>has never been in use.
>Start use OPFLAG_SEEKEQ instead of equal BTREE_SEEK_EQ as
>this macro name has no sense since no btree present in SQL.
>
>Resolves #3121.
>---

1. The same comment. What have you write after '---'?

2. I have pushed my fixes as a separate commit. Please,
look, perceive and squash.

> src/box/sql.c           |   4 +-
> src/box/sql/build.c     |   4 +-
> src/box/sql/cursor.c    |   2 +-
> src/box/sql/cursor.h    |  16 ----
> src/box/sql/expr.c      |  18 ----
> src/box/sql/insert.c    |   1 -
> src/box/sql/sqliteInt.h |   6 --
> src/box/sql/vdbe.c      |  19 ++--
> src/box/sql/vdbe.h      |   3 -
> src/box/sql/vdbeaux.c   | 133 ---------------------------
> src/box/sql/where.c     |   6 --
> src/box/sql/wherecode.c | 234 ------------------------------------------------
> 12 files changed, 11 insertions(+), 435 deletions(-)
>

  reply	other threads:[~2018-06-09 21:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-09 13:09 Kirill Shcherbatov
2018-06-09 21:41 ` Vladislav Shpilevoy [this message]
2018-06-13  6:43   ` [tarantool-patches] " Kirill Shcherbatov
2018-06-13  8:48     ` Vladislav Shpilevoy
2018-06-19  9:41       ` Kirill Shcherbatov
2018-06-19 14:03         ` n.pettik
2018-06-19 14:31           ` Kirill Shcherbatov
2018-06-19 18:31             ` n.pettik
2018-06-20  6:58               ` Kirill Shcherbatov
2018-06-20  9:05                 ` n.pettik
2018-06-22 12:11                   ` 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=1528580490.331665582@f480.i.mail.ru \
    --to=v.shpilevoy@tarantool.org \
    --cc=kshcherbatov@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [tarantool-patches] [PATCH v1 1/1] sql: drop useless legacy Cursor hints' \
    /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