• Sergey Vojtovich's avatar
    BUG#11763882 - 56652: VALGRIND WARNINGS FOR MEMORY LEAK IN · 7929464b
    Sergey Vojtovich authored
                          ALTER TABLE AND/OR PLUGIN/SEMISYNC
    
    If a plugin was uninstalled, thread local values for plugin
    variables of string type with PLUGIN_VAR_MEMALLOC flag were
    not freed.
    
    With this patch these variables are freed when thread is
    done (like all other variables).
    7929464b
sql_class.h 118 KB