From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> To: tarantool-patches@freelists.org Cc: korablev@tarantool.org Subject: [tarantool-patches] [PATCH 0/2] sql: remove a pair of definitions Date: Tue, 17 Apr 2018 23:36:17 +0300 [thread overview] Message-ID: <cover.1523997306.git.v.shpilevoy@tarantool.org> (raw) 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)
next reply other threads:[~2018-04-17 20:36 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-17 20:36 Vladislav Shpilevoy [this message] 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
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.1523997306.git.v.shpilevoy@tarantool.org \ --to=v.shpilevoy@tarantool.org \ --cc=korablev@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 0/2] sql: remove a pair of definitions' \ /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