[Tarantool-patches] [PATCH v4 7/10] schema: fix index promotion to functional index

Igor Munkin imun at tarantool.org
Fri Apr 24 02:24:46 MSK 2020


Vlad,

Thanks for the patch! I'm glad we found and fixedseveral bugs as a
result of luacheck activity. LGTM (I guess this patch can be also pushed
out of order along with the following one).

On 21.04.20, sergeyb at tarantool.org wrote:
> From: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
> 
> When index:alter() was called on a non-functional index with
> specified 'func', it led to accessing a not declared variable in
> schema.lua.
> ---
>  src/box/lua/schema.lua          |  2 +-
>  test/engine/func_index.result   | 36 +++++++++++++++++++++++++++++++++
>  test/engine/func_index.test.lua | 14 +++++++++++++
>  3 files changed, 51 insertions(+), 1 deletion(-)
> 

<snipped>

> -- 
> 2.23.0
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list