From: Kirill Yukhin <kyukhin@tarantool.org> To: v.shpilevoy@tarantool.org Cc: tarantool-patches@freelists.org, Kirill Yukhin <kyukhin@tarantool.org> Subject: [tarantool-patches] [PATCH 0/3] sql: implement point where for DELETE stmts Date: Fri, 1 Jun 2018 18:16:09 +0300 [thread overview] Message-ID: <cover.1527865931.git.kyukhin@tarantool.org> (raw) This patches consists of two preparational patches and the main patch which enables DELETE's from spaces created w/ Lua. Issue: https://github.com/tarantool/tarantool/issues/3235 Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-3235-delete-with-where Kirill Yukhin (3): sql: fetch primary index for affinity only sql: remove expressions from SQL indexes sql: implement point where for DELETE stmts src/box/field_def.c | 1 + src/box/sql.c | 4 +- src/box/sql/build.c | 63 ++++++----- src/box/sql/delete.c | 103 +++++++++++------ src/box/sql/expr.c | 12 +- src/box/sql/insert.c | 105 +++++++++--------- src/box/sql/sqliteInt.h | 63 +++++++++-- src/box/sql/where.c | 251 +++++++++++++++++++++++++++++++----------- src/box/sql/whereInt.h | 2 + src/box/sql/wherecode.c | 128 +++++++++++++++------ src/box/sql/whereexpr.c | 36 +----- test/sql-tap/delete1.test.lua | 24 +++- 12 files changed, 527 insertions(+), 265 deletions(-) -- 2.16.2
next reply other threads:[~2018-06-01 15:16 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-01 15:16 Kirill Yukhin [this message] 2018-06-01 15:16 ` [tarantool-patches] [PATCH 1/3] sql: fetch primary index for affinity only Kirill Yukhin 2018-06-01 18:00 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-07 12:03 ` Kirill Yukhin 2018-06-07 15:01 ` Vladislav Shpilevoy 2018-06-08 8:25 ` Kirill Yukhin 2018-06-01 15:16 ` [tarantool-patches] [PATCH 2/3] sql: remove expressions from SQL indexes Kirill Yukhin 2018-06-01 18:00 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-01 15:16 ` [tarantool-patches] [PATCH 3/3] sql: implement point where for DELETE stmts Kirill Yukhin 2018-06-01 18:00 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-18 2:11 ` n.pettik 2018-06-18 10:44 ` Vladislav Shpilevoy 2018-06-18 10:51 ` Vladislav Shpilevoy 2018-06-18 12:29 ` n.pettik 2018-06-18 12:40 ` Vladislav Shpilevoy 2018-06-18 14:00 ` n.pettik 2018-06-18 14:17 ` Vladislav Shpilevoy 2018-06-19 8:03 ` Kirill Yukhin 2018-06-14 12:41 ` [tarantool-patches] Re: [PATCH 0/3] " 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=cover.1527865931.git.kyukhin@tarantool.org \ --to=kyukhin@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [tarantool-patches] [PATCH 0/3] sql: implement point where for DELETE stmts' \ /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