• davi@mysql.com/endora.local's avatar
    Bug#34424 query_cache_debug.test leads to valgrind warnings · cdd5eae9
    davi@mysql.com/endora.local authored
    Bug#34678 @@debug variable's incremental mode
    
    The problem is that the per-thread debugging settings stack wasn't
    being deallocated before the thread termination, leaking the stack
    memory. The chosen solution is to push a new state if the current
    is set to the initial settings and pop it (free) once the thread
    finishes.
    cdd5eae9
dbug.c 61.6 KB