Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions
@ 2021-08-19  5:31 Mergen Imeev via Tarantool-patches
  2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 1/5] sql: remove OP_BuiltinFunction0 and OP_AggStep0 Mergen Imeev via Tarantool-patches
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-08-19  5:31 UTC (permalink / raw)
  To: vdavydov; +Cc: tarantool-patches

This patch-set changes structure of SQL built-in functions.

https://github.com/tarantool/tarantool/issues/6105
https://github.com/tarantool/tarantool/tree/imeevma/gh-6105-properly-check-funcs-args-types

Mergen Imeev (5):
  sql: remove OP_BuiltinFunction0 and OP_AggStep0
  sql: remove unnecessary MEM finalization
  sql: remove struct func from struct sql_context
  sql: do not use struct func for finalization
  sql: remove unused code

 src/box/box.cc        |   1 -
 src/box/sql.c         |   1 -
 src/box/sql.h         |   9 -
 src/box/sql/analyze.c |   6 +-
 src/box/sql/expr.c    |   2 +-
 src/box/sql/func.c    | 999 +++++++-----------------------------------
 src/box/sql/mem.c     |  34 +-
 src/box/sql/mem.h     |  19 +-
 src/box/sql/select.c  |   2 +-
 src/box/sql/sqlInt.h  |  42 --
 src/box/sql/vdbe.c    | 109 +----
 src/box/sql/vdbe.h    |   9 +-
 src/box/sql/vdbeInt.h |  10 +-
 src/box/sql/vdbeapi.c |  10 +-
 src/box/sql/vdbeaux.c |  11 +-
 15 files changed, 184 insertions(+), 1080 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-19  5:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  5:31 [Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions Mergen Imeev via Tarantool-patches
2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 1/5] sql: remove OP_BuiltinFunction0 and OP_AggStep0 Mergen Imeev via Tarantool-patches
2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 2/5] sql: remove unnecessary MEM finalization Mergen Imeev via Tarantool-patches
2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 3/5] sql: remove struct func from struct sql_context Mergen Imeev via Tarantool-patches
2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 4/5] sql: do not use struct func for finalization Mergen Imeev via Tarantool-patches
2021-08-19  5:31 ` [Tarantool-patches] [PATCH v2 5/5] sql: remove unused code Mergen Imeev via Tarantool-patches

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