From: Mergen Imeev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: v.shpilevoy@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v2 0/6] Remove SQL built-in functions from _func
Date: Wed, 4 Aug 2021 15:58:35 +0300 [thread overview]
Message-ID: <cover.1628081224.git.imeevma@gmail.com> (raw)
This patch-set removes SQL built-in functions from _func and prohibits functions
with SQL_BUILTIN engine to be decribed in _func system space.
Changes in v2:
- Added some functions that simplifies work with SQL built-in functions.
- Removed some code that become unused due to removal of SQL built-in functions
from _func.
- Prohibited to insert tuples with "language" = 'SQL_BUILTIN' to _func.
Mergen Imeev (5):
sql: introduce sql_func_flags()
sql: introduce sql_func_find()
sql: remove SQL built-in functions from _func
alter: disallow creation of SQL built-in function
sql: remove unnecessary function initialization
Vladislav Shpilevoy (1):
alter: parse data dictionary version
...gh-6106-remove-sql-built-ins-from-_func.md | 7 +
src/box/alter.cc | 63 +++++-
src/box/bootstrap.snap | Bin 6016 -> 4891 bytes
src/box/box.cc | 1 +
src/box/func.c | 7 -
src/box/lua/upgrade.lua | 16 +-
src/box/schema.cc | 4 +
src/box/schema.h | 1 +
src/box/sql.c | 1 +
src/box/sql.h | 9 +
src/box/sql/analyze.c | 12 ++
src/box/sql/expr.c | 23 +--
src/box/sql/func.c | 189 +++++++++++++-----
src/box/sql/resolve.c | 22 +-
src/box/sql/sqlInt.h | 20 +-
src/box/sql/vdbemem.c | 2 +-
test/box-py/bootstrap.result | 66 ------
test/box/access_bin.result | 4 +-
test/box/access_bin.test.lua | 4 +-
test/box/access_sysview.result | 8 +-
test/box/function1.result | 39 ++--
test/box/function1.test.lua | 16 +-
test/sql-tap/func5.test.lua | 57 +++++-
test/wal_off/func_max.result | 8 +-
24 files changed, 339 insertions(+), 240 deletions(-)
create mode 100644 changelogs/unreleased/gh-6106-remove-sql-built-ins-from-_func.md
--
2.25.1
next reply other threads:[~2021-08-04 12:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 12:58 Mergen Imeev via Tarantool-patches [this message]
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 1/6] sql: introduce sql_func_flags() Mergen Imeev via Tarantool-patches
2021-08-05 22:14 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-06 19:41 ` Mergen Imeev via Tarantool-patches
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 2/6] sql: introduce sql_func_find() Mergen Imeev via Tarantool-patches
2021-08-05 22:15 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-06 19:42 ` Mergen Imeev via Tarantool-patches
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 3/6] sql: remove SQL built-in functions from _func Mergen Imeev via Tarantool-patches
2021-08-05 22:17 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-06 19:45 ` Mergen Imeev via Tarantool-patches
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 4/6] alter: parse data dictionary version Mergen Imeev via Tarantool-patches
2021-08-05 22:17 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-06 19:47 ` Mergen Imeev via Tarantool-patches
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 5/6] alter: disallow creation of SQL built-in function Mergen Imeev via Tarantool-patches
2021-08-05 22:18 ` Vladislav Shpilevoy via Tarantool-patches
2021-08-06 19:54 ` Mergen Imeev via Tarantool-patches
2021-08-04 12:58 ` [Tarantool-patches] [PATCH v2 6/6] sql: remove unnecessary function initialization Mergen Imeev via Tarantool-patches
2021-08-06 19:59 ` Mergen Imeev via Tarantool-patches
2021-08-08 12:08 ` [Tarantool-patches] [PATCH v2 0/6] Remove SQL built-in functions from _func Vladislav Shpilevoy via Tarantool-patches
2021-08-09 7:18 Mergen Imeev via Tarantool-patches
2021-08-10 7:14 ` Kirill Yukhin via Tarantool-patches
2021-08-10 12:52 ` Vitaliia Ioffe via Tarantool-patches
2021-08-10 13:12 ` Kirill Yukhin via Tarantool-patches
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.1628081224.git.imeevma@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imeevma@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 0/6] Remove SQL built-in functions from _func' \
/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