• Venkatesh Duggirala's avatar
    BUG#11753923-SQL THREAD CRASHES ON DISK FULL · 0ebb72b5
    Venkatesh Duggirala authored
    Fixing post push issue
    Simulator name used needs to be changed to make it
    work properly.
    
    Analysis: 
    Debug control list addition (ListAddDel function
    dbug.c file) code was written in such a way that
    if new element is subset of already existing element,
    then the new element is not added.
    i.e., set @@global.debug = '+d,abcd', is existing in
    the list then you cannot add "a" or "ab" or "abc"
    in the list.
    0ebb72b5
errors.c 5.78 KB