Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] sql: remove a pair of definitions
@ 2018-04-17 20:36 Vladislav Shpilevoy
  2018-04-17 20:36 ` [tarantool-patches] [PATCH 1/2] sql: remove OMIT_EXPLAIN definition Vladislav Shpilevoy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vladislav Shpilevoy @ 2018-04-17 20:36 UTC (permalink / raw)
  To: tarantool-patches; +Cc: korablev

Branch: http://github.com/tarantool/tarantool/tree/remove-some-defines

During digging into possibilities how to remove pTab from struct Expr I have
removed some definitions from SQLite and decided, that it can be applied as a
separate patch.

Vladislav Shpilevoy (2):
  sql: remove OMIT_EXPLAIN definition
  sql: remove OMIT_SUBQUERY definition

 extra/mkkeywordhash.c     |  12 +-
 extra/mkopcodec.tcl       |   4 -
 src/box/sql/complete.c    |   8 +-
 src/box/sql/delete.c      |   3 +-
 src/box/sql/expr.c        |  58 +----
 src/box/sql/opcodes.c     |   4 -
 src/box/sql/parse.c       | 616 +++++++++++++++++++++++-----------------------
 src/box/sql/parse.y       | 208 ++++++++--------
 src/box/sql/prepare.c     |   2 -
 src/box/sql/resolve.c     |   7 +-
 src/box/sql/select.c      |  85 +------
 src/box/sql/sqliteInt.h   |  17 +-
 src/box/sql/treeview.c    |   3 -
 src/box/sql/vdbeInt.h     |  11 -
 src/box/sql/vdbeapi.c     |   5 +-
 src/box/sql/vdbeaux.c     |   8 +-
 src/box/sql/whereInt.h    |   4 -
 src/box/sql/wherecode.c   |  10 +-
 src/box/sql/whereexpr.c   |   6 +-
 test/sql-tap/in1.test.lua |   3 +-
 20 files changed, 442 insertions(+), 632 deletions(-)

-- 
2.15.1 (Apple Git-101)

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

end of thread, other threads:[~2018-04-18  5:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-17 20:36 [tarantool-patches] [PATCH 0/2] sql: remove a pair of definitions Vladislav Shpilevoy
2018-04-17 20:36 ` [tarantool-patches] [PATCH 1/2] sql: remove OMIT_EXPLAIN definition Vladislav Shpilevoy
2018-04-17 20:36 ` [tarantool-patches] [PATCH 2/2] sql: remove OMIT_SUBQUERY definition Vladislav Shpilevoy
2018-04-17 23:22 ` [tarantool-patches] Re: [PATCH 0/2] sql: remove a pair of definitions n.pettik
2018-04-17 23:27   ` Vladislav Shpilevoy
2018-04-18  5:46     ` Kirill Yukhin

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