From: Chris Sosnin <k.sosnin@tarantool.org> To: tarantool-patches@dev.tarantool.org, kyukhin@tarantool.org Subject: [Tarantool-patches] [PATCH 0/2] fix assertion fault in SELECT * FROM "_vfunc" Date: Fri, 24 Apr 2020 13:14:23 +0300 [thread overview] Message-ID: <cover.1587722860.git.k.sosnin@tarantool.org> (raw) First patch allows performing schema upgrades within one release Second patch updates _vfunc format in 2.3.1.1. branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4666-select-from-vfunc issue#1: https://github.com/tarantool/tarantool/issues/4804 issue#2: https://github.com/tarantool/tarantool/issues/4666 This branch is already reviewed by Vlad, I rebased it and regenerated snap file just in case. Chris Sosnin (2): box: allow schema upgrades within a release sql: fix assertion fault in SELECT * FROM "_vfunc" src/box/bootstrap.snap | Bin 5976 -> 5968 bytes src/box/lua/upgrade.lua | 25 +++++++++++++++--- test/box-py/bootstrap.result | 11 ++++++-- test/sql/engine.cfg | 1 + test/sql/gh-4666-sql-select-from-vfunc.result | 7 +++++ .../gh-4666-sql-select-from-vfunc.test.lua | 4 +++ 6 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 test/sql/gh-4666-sql-select-from-vfunc.result create mode 100644 test/sql/gh-4666-sql-select-from-vfunc.test.lua -- 2.21.1 (Apple Git-122.3)
next reply other threads:[~2020-04-24 10:14 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-24 10:14 Chris Sosnin [this message] 2020-04-24 10:14 ` [Tarantool-patches] [PATCH 1/2] box: allow schema upgrades within a release Chris Sosnin 2020-04-24 10:14 ` [Tarantool-patches] [PATCH 2/2] sql: fix assertion fault in SELECT * FROM "_vfunc" Chris Sosnin -- strict thread matches above, loose matches on Subject: below -- 2020-03-19 9:14 [Tarantool-patches] [PATCH 0/2] " Chris Sosnin 2020-03-27 23:37 ` 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.1587722860.git.k.sosnin@tarantool.org \ --to=k.sosnin@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] fix assertion fault in SELECT * FROM "_vfunc"' \ /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