Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3] sql: implement point where for DELETE stmts
@ 2018-06-01 15:16 Kirill Yukhin
  2018-06-01 15:16 ` [tarantool-patches] [PATCH 1/3] sql: fetch primary index for affinity only Kirill Yukhin
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Kirill Yukhin @ 2018-06-01 15:16 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches, Kirill Yukhin

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-06-19  8:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 15:16 [tarantool-patches] [PATCH 0/3] sql: implement point where for DELETE stmts Kirill Yukhin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox