From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 24 Jan 2019 20:26:21 +0300 From: Vladimir Davydov Subject: Re: [PATCH v2 1/4] Pass necessary fields to tuple_format contructor Message-ID: <20190124172621.agcjkr5bcbm5srzt@esperanza> References: <8b7dbf2828cbab2ed7e11406dbd3b5e503a50493.1548333874.git.kyukhin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b7dbf2828cbab2ed7e11406dbd3b5e503a50493.1548333874.git.kyukhin@tarantool.org> To: Kirill Yukhin Cc: tarantool-patches@freelists.org List-ID: 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