From 7d089bbdf0366f043a377a7f351da82952f6c8c5 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Tue, 3 Apr 2018 19:15:32 +0300 Subject: [PATCH] Add 'key_def_new_with_parts' (temporary) Filed gh-3311 to remove this export soon. Fixes #3310. --- extra/exports | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/exports b/extra/exports index b4a89c23d9..a274bb23b8 100644 --- a/extra/exports +++ b/extra/exports @@ -349,3 +349,9 @@ luaJIT_setmode luaJIT_profile_start luaJIT_profile_stop luaJIT_profile_dumpstack + +# Temporary + +# Important! This function will be removed from exports soon (in the scope of +# 1.9.1). Don't use it. +key_def_new_with_parts -- GitLab