From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: korablev@tarantool.org
Subject: [tarantool-patches] [PATCH 0/2] SQL TXN DDL
Date: Sat, 20 Jul 2019 00:49:39 +0200 [thread overview]
Message-ID: <cover.1563576462.git.v.shpilevoy@tarantool.org> (raw)
The patchset uses recently introduced transactional DDL in SQL. Nothing more to
say, the goals are quite obvious.
Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4086-sql-txn-ddl
Issue: https://github.com/tarantool/tarantool/issues/4086
Vladislav Shpilevoy (2):
alter: do not access space in drop ck commit trigger
sql: transactional DDL
src/box/alter.cc | 49 +---
src/box/space.c | 32 +++
src/box/space.h | 17 ++
src/box/sql/build.c | 159 ++-----------
src/box/sql/parse.y | 12 +-
src/box/sql/prepare.c | 1 -
src/box/sql/sqlInt.h | 7 +-
src/box/sql/trigger.c | 6 +-
src/box/sql/vdbe.c | 19 +-
test/sql/ddl.result | 356 +++++++++++++++++++++++++++++
test/sql/ddl.test.lua | 187 +++++++++++++++
test/sql/errinj.result | 50 ----
test/sql/errinj.test.lua | 22 --
test/sql/view_delayed_wal.result | 12 +-
test/sql/view_delayed_wal.test.lua | 8 +-
15 files changed, 654 insertions(+), 283 deletions(-)
create mode 100644 test/sql/ddl.result
create mode 100644 test/sql/ddl.test.lua
--
2.20.1 (Apple Git-117)
next reply other threads:[~2019-07-19 22:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-19 22:49 Vladislav Shpilevoy [this message]
2019-07-19 22:49 ` [tarantool-patches] [PATCH 1/2] alter: do not access space in drop ck commit trigger Vladislav Shpilevoy
2019-07-19 22:49 ` [tarantool-patches] [PATCH 2/2] sql: transactional DDL Vladislav Shpilevoy
2019-07-20 7:42 ` [tarantool-patches] " Konstantin Osipov
2019-07-20 14:02 ` Vladislav Shpilevoy
2019-07-20 15:16 ` Konstantin Osipov
2019-07-22 13:59 ` n.pettik
2019-07-22 21:35 ` Vladislav Shpilevoy
2019-07-24 13:23 ` n.pettik
2019-07-24 20:58 ` Vladislav Shpilevoy
2019-07-25 12:04 ` n.pettik
2019-07-31 13:19 ` [tarantool-patches] Re: [PATCH 0/2] SQL TXN DDL 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.1563576462.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 TXN DDL' \
/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