[Tarantool-patches] [PATCH v2 0/5] Change structure of SQL-built-in functions
imeevma at tarantool.org
imeevma at tarantool.org
Thu Aug 19 08:31:24 MSK 2021
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
More information about the Tarantool-patches
mailing list