* [PATCH 1/1] Export space_index_key_def
@ 2018-08-17 14:33 Vladislav Shpilevoy
2018-08-17 14:51 ` [tarantool-patches] " Vladislav Shpilevoy
0 siblings, 1 reply; 2+ messages in thread
From: Vladislav Shpilevoy @ 2018-08-17 14:33 UTC (permalink / raw)
To: tarantool-patches; +Cc: vdavydov.dev
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
| 1 +
1 file changed, 1 insertion(+)
--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
--
2.15.2 (Apple Git-101.1)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [tarantool-patches] [PATCH 1/1] Export space_index_key_def
2018-08-17 14:33 [PATCH 1/1] Export space_index_key_def Vladislav Shpilevoy
@ 2018-08-17 14:51 ` Vladislav Shpilevoy
0 siblings, 0 replies; 2+ messages in thread
From: Vladislav Shpilevoy @ 2018-08-17 14:51 UTC (permalink / raw)
To: tarantool-patches; +Cc: vdavydov.dev
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-17 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17 14:33 [PATCH 1/1] Export space_index_key_def Vladislav Shpilevoy
2018-08-17 14:51 ` [tarantool-patches] " Vladislav Shpilevoy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox