Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org, "n.pettik" <korablev@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH 2/2] sql: rework 'DROP INDEX' and 'DROP TABLE' handling
Date: Thu, 5 Apr 2018 14:20:52 +0300	[thread overview]
Message-ID: <137d6ef1-c61f-f7e0-751c-2f0dca4d294d@tarantool.org> (raw)
In-Reply-To: <24260C14-041C-4F08-AC1B-B3F6ABBBA679@tarantool.org>

LGTM.

04.04.2018 21:11, n.pettik пишет:
>
>> On 3 Apr 2018, at 21:27, Vladislav Shpilevoy 
>> <v.shpilevoy@tarantool.org <mailto:v.shpilevoy@tarantool.org>> wrote:
>>
>> See 6 comments below.
>>
>> 03.04.2018 19:14, Nikita Pettik пишет:
>>> As a part of SQL data dictionary integration, 'DROP INDEX' and
>>> 'DROP TABLE' statements proccessing has been refactored in order
>>> to avoid using SQL specific internal structures.
>>> However, triggers still aren't transfered to server, so to drop them
>>> it is required to lookup SQL table and emit apporpriate opcodes.
>>> Also, added comments and fixed codestyle for functions processing
>>> 'DROP' routine.
>>>
>>> Part of #3222.
>>> ---
>>>  src/box/sql/build.c     | 241 
>>> ++++++++++++++++++++++++++----------------------
>>>  src/box/sql/parse.c     |   6 +-
>>>  src/box/sql/parse.y     |   6 +-
>>>  src/box/sql/sqliteInt.h |   6 +-
>>>  4 files changed, 140 insertions(+), 119 deletions(-)

  reply	other threads:[~2018-04-05 11:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-03 16:14 [tarantool-patches] [PATCH 0/2] rework SQL 'DROP' routine Nikita Pettik
2018-04-03 16:14 ` [tarantool-patches] [PATCH 1/2] sql: remove obsolete SQLite routine Nikita Pettik
2018-04-03 17:54   ` [tarantool-patches] " Vladislav Shpilevoy
2018-04-04 18:09     ` n.pettik
2018-04-05 11:16       ` Vladislav Shpilevoy
2018-04-05 12:13         ` n.pettik
2018-04-05 13:28           ` Vladislav Shpilevoy
2018-04-03 16:14 ` [tarantool-patches] [PATCH 2/2] sql: rework 'DROP INDEX' and 'DROP TABLE' handling Nikita Pettik
2018-04-03 18:27   ` [tarantool-patches] " Vladislav Shpilevoy
2018-04-04 18:11     ` n.pettik
2018-04-05 11:20       ` Vladislav Shpilevoy [this message]
2018-04-05 14:12 ` [tarantool-patches] Re: [PATCH 0/2] rework SQL 'DROP' routine 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=137d6ef1-c61f-f7e0-751c-2f0dca4d294d@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=korablev@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH 2/2] sql: rework '\''DROP INDEX'\'' and '\''DROP TABLE'\'' handling' \
    /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