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

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


I don't know whether this patch needs a ChangeLog entry, but it's
missing here.

On 24.04.20, Igor Munkin wrote:
> 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

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list