From: Roman Khabibov <roman.habibov@tarantool.org> To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org Subject: [Tarantool-patches] [PATCH 0/2] Add constraint names hash table to space Date: Tue, 12 Nov 2019 17:02:57 +0300 [thread overview] Message-ID: <cover.1573566885.git.roman.habibov@tarantool.org> (raw) I know, that this patchset requires more tests. I will add them in the next answer. For now look at the code. Roman Khabibov (2): box: introduce constraint names hash table sql: make constraint operations transactional src/box/alter.cc | 254 +++++++++++++++++++++++++++++-- src/box/space.c | 46 ++++++ src/box/space.h | 40 +++++ test/sql-tap/constraint.test.lua | 244 +++++++++++++++++++++++++++++ 4 files changed, 574 insertions(+), 10 deletions(-) create mode 100755 test/sql-tap/constraint.test.lua -- Issue: https://github.com/tarantool/tarantool/issues/3503 Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3503-constr-names_v3 2.21.0 (Apple Git-122)
next reply other threads:[~2019-11-12 14:03 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-12 14:02 Roman Khabibov [this message] 2019-11-12 14:02 ` [Tarantool-patches] [PATCH 1/2] box: introduce constraint names hash table Roman Khabibov 2019-11-12 14:17 ` Cyrill Gorcunov 2019-11-12 22:30 ` Roman Khabibov 2019-11-12 23:04 ` Vladislav Shpilevoy 2019-11-12 14:02 ` [Tarantool-patches] [PATCH 2/2] sql: make constraint operations transactional Roman Khabibov 2019-11-12 23:04 ` Vladislav Shpilevoy 2019-11-12 23:04 ` [Tarantool-patches] [PATCH 0/2] Add constraint names hash table to space Vladislav Shpilevoy
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.1573566885.git.roman.habibov@tarantool.org \ --to=roman.habibov@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] Add constraint names hash table to space' \ /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