From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 24 Oct 2018 14:13:10 +0300 From: Vladimir Davydov Subject: Re: [PATCH 0/8] Get rid of Vinyl's mem_format_with_colmask Message-ID: <20181024111310.ahg43w7ul33v3vrg@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: kostja@tarantool.org Cc: tarantool-patches@freelists.org List-ID: On Sun, Oct 14, 2018 at 09:16:44PM +0300, Vladimir Davydov wrote: > vinyl: move update optimization from write iterator to tx > vinyl: factor out common code of UPDATE and UPSERT > vinyl: do not use column mask as trigger for turning REPLACE into > INSERT > vinyl: explicitly pass column mask to vy_tx_set > vinyl: explicitly pass column mask to vy_check_is_unique > vinyl: zap vy_stmt_column_mask and mem_format_with_colmask > tuple: zap tuple_format_dup > tuple: zap tuple_extra Pushed to 1.10-features