[tarantool-patches] Re: [PATCH v2 1/1] sql: fix parser.parse_only mode for triggers

Kirill Shcherbatov kshcherbatov at tarantool.org
Thu Nov 29 19:14:38 MSK 2018



On 29.11.2018 19:03, Kirill Shcherbatov wrote:
> The sql_trigger_compile routine had a Vdbe leak as parser doesn't
> releases VM(it is not required in typical scenario). As the
> parse_only flag had not worked correctly for sql triggers
> sql_trigger_compile have had a memory leak.
> 
> Closes #3838

    sql: fix parser.parse_only mode for triggers
    
    As the parse_only flag had not worked correctly for sql triggers
    sql_trigger_compile have had a Vdbe memory leak.
    
    Closes #3838





More information about the Tarantool-patches mailing list