Skip to content
  • Darshan M N's avatar
    aba7a6c1
    Bug#21682997 WRONG MUTEX INFO IN INNODB MONITOR · aba7a6c1
    Darshan M N authored
    Problem:
    
    When there is a long semaphore wait on the mutex, the creation information
    of the mutex displayed is wrong. It is hard-coded to show "buf0buf.cc
    line 0".
    
    Fix:
    
    Removed the hard-coded creation information and changed the code to show
    the actual location where the mutex is created.
    aba7a6c1
    Bug#21682997 WRONG MUTEX INFO IN INNODB MONITOR
    Darshan M N authored
    Problem:
    
    When there is a long semaphore wait on the mutex, the creation information
    of the mutex displayed is wrong. It is hard-coded to show "buf0buf.cc
    line 0".
    
    Fix:
    
    Removed the hard-coded creation information and changed the code to show
    the actual location where the mutex is created.
Loading