From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 18 Jul 2019 14:21:08 +0300 From: Kirill Yukhin Subject: Re: [tarantool-patches] [PATCH v3 2/4] box: refactor key_validate_parts to return key_end Message-ID: <20190718112107.ykz7ycpuccdz5qod@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, kostja@tarantool.org, Kirill Shcherbatov List-ID: Hello, On 17 Jul 04:20, Kirill Shcherbatov wrote: > The key_validate_parts helper is refactored to return a pointer > to the end of a given key argument in case of success. > This is required to effectively validate a sequence of keys in > scope of functional multikey indexes. > > Needed for #1260 I've checked the patch into master. -- Regards, Kirill Yukhin