Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/3] Replace MEM-type flags by enum mem_type
@ 2021-04-27 16:55 Mergen Imeev via Tarantool-patches
  2021-04-27 16:55 ` [Tarantool-patches] [PATCH v2 3/3] sql: replace " Mergen Imeev via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Mergen Imeev via Tarantool-patches @ 2021-04-27 16:55 UTC (permalink / raw)
  To: v.shpilevoy; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-05-26  8:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 16:55 [Tarantool-patches] [PATCH v2 0/3] Replace MEM-type flags by enum mem_type Mergen Imeev via Tarantool-patches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox