• unknown's avatar
    ha_innodb.cc: · 6be0dc12
    unknown authored
      A flawed fix of the thd->query race in SHOW INNODB STATUS; see the comments in code about how to fix this properly; we cannot use LOCK_thread_count to protect thd->query, because that will cause a deadlock of threads
    
    
    sql/ha_innodb.cc:
      A flawed fix of the thd->query race in SHOW INNODB STATUS; see the comments in code about how to fix this properly; we cannot use LOCK_thread_count to protect thd->query, because that will cause a deadlock of threads
    6be0dc12
ha_innodb.cc 137 KB