Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

my_write.c

  • Venkatesh Duggirala's avatar
    8b2efea8
    BUG#11753923-SQL THREAD CRASHES ON DISK FULL · 8b2efea8
    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.
    8b2efea8
    History
    BUG#11753923-SQL THREAD CRASHES ON DISK FULL
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.