[PATCH v2 1/4] Pass necessary fields to tuple_format contructor

Vladimir Davydov vdavydov.dev at gmail.com
Thu Jan 24 20:26:21 MSK 2019


On Thu, Jan 24, 2019 at 03:48:45PM +0300, Kirill Yukhin wrote:
> There were three extra fields of tuple_format which were setup
> after it was created. Fix that by extending tuple_format
> contstructor w/ three new arguments: engine, is_temporary,
> exact_field_count.
> ---
>  src/box/blackhole.c             |  6 +++---
>  src/box/memtx_space.c           |  9 ++++-----
>  src/box/tuple.c                 |  8 ++++----
>  src/box/tuple_format.c          | 13 ++++++++-----
>  src/box/tuple_format.h          | 11 ++++++++---
>  src/box/vinyl.c                 | 11 ++++++-----
>  src/box/vy_lsm.c                |  9 +++++----
>  test/unit/vy_iterators_helper.c | 12 ++++++------
>  test/unit/vy_mem.c              |  4 ++--
>  test/unit/vy_point_lookup.c     |  4 ++--
>  10 files changed, 48 insertions(+), 39 deletions(-)

Pushed to 2.1



More information about the Tarantool-patches mailing list