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/3] Replace MEM-type flags by enum mem_type Date: Tue, 27 Apr 2021 19:55:20 +0300 [thread overview] Message-ID: <cover.1619540891.git.imeevma@gmail.com> (raw) After this patche-set, the MEM type could be determined by the value in the special field, and not by the "flags" field. https://github.com/tarantool/tarantool/issues/4906 https://github.com/tarantool/tarantool/tree/imeevma/gh-4906-rework-mem-types Changes in v2: - Added two new commits. Mergen Imeev (3): sql: initialize MEM used in aggregate functions sql: make mem_is_bin() to check only for VARBINARY sql: replace MEM-type flags by enum mem_type src/box/sql/func.c | 31 +- src/box/sql/mem.c | 954 +++++++++++++++++++++++------------------- src/box/sql/mem.h | 199 +++++---- src/box/sql/sqlInt.h | 7 + src/box/sql/vdbe.c | 16 +- src/box/sql/vdbeapi.c | 20 + src/box/sql/vdbemem.c | 3 +- 7 files changed, 673 insertions(+), 557 deletions(-) -- 2.25.1
next reply other threads:[~2021-04-27 16:55 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-27 16:55 Mergen Imeev via Tarantool-patches [this message] 2021-04-27 16:55 ` [Tarantool-patches] [PATCH v2 3/3] sql: replace " Mergen Imeev via Tarantool-patches 2021-04-29 21:09 ` Vladislav Shpilevoy via Tarantool-patches 2021-05-17 12:18 ` Mergen Imeev via Tarantool-patches 2021-05-17 12:34 ` Mergen Imeev via Tarantool-patches 2021-05-21 18:59 ` Vladislav Shpilevoy via Tarantool-patches 2021-05-24 10:56 ` Mergen Imeev via Tarantool-patches 2021-05-24 15:26 ` Vladislav Shpilevoy via Tarantool-patches 2021-05-25 11:13 ` Mergen Imeev via Tarantool-patches 2021-05-25 21:33 ` [Tarantool-patches] [PATCH v2 0/3] Replace " Vladislav Shpilevoy via Tarantool-patches 2021-05-26 8:06 ` 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.1619540891.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/3] Replace MEM-type flags by enum mem_type' \ /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