From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [tarantool-patches] [PATCH 1/1] Export space_index_key_def From: Vladislav Shpilevoy Reply-To: tarantool-patches@freelists.org References: Message-ID: <2540b335-d94a-17c6-ff1f-b345a4ac837b@tarantool.org> Date: Fri, 17 Aug 2018 17:51:55 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com List-ID: Sorry, ignore it, please. I need not this, but space_index_cmp_def. On 17/08/2018 17:33, Vladislav Shpilevoy wrote: > This function is needed in vshard to use box_tuple_compare > with real index key_def featured with collations instead of > faux box_key_def_new. Besides, it allows to do not allocate > new key_defs but reuse existing one. > --- > https://github.com/tarantool/tarantool/tree/gerold103/export-key_def > > extra/exports | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/extra/exports b/extra/exports > index a27722910..0dd26be9b 100644 > --- a/extra/exports > +++ b/extra/exports > @@ -70,6 +70,7 @@ log_pid > space_by_id > space_run_triggers > space_bsize > +space_index_key_def > box_schema_version > > tnt_openssl_init >