1. 13 May, 2004 4 commits
    • unknown's avatar
      ha_innodb.cc: · d6360496
      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
      d6360496
    • unknown's avatar
      ha_innodb.cc: · 568b6cfa
      unknown authored
        innobase_mysql_print_thd(): protect thd with LOCK_thread_count (Bug #3596)
      
      
      sql/ha_innodb.cc:
        innobase_mysql_print_thd(): protect thd with LOCK_thread_count
      568b6cfa
    • unknown's avatar
      InnoDB: fixed bug in dict0dict.c: dict_index_name_print() · 7aa4652d
      unknown authored
      
      innobase/dict/dict0dict.c:
        dict_index_name_print(): output table name to file, not stderr
      7aa4652d
    • unknown's avatar
      InnoDB: Remove os_file_lock() from the 4.0 tree (unfix Bug #3608) · 1fbd375c
      unknown authored
      
      innobase/os/os0file.c:
        Remove os_file_lock()
      1fbd375c
  2. 12 May, 2004 2 commits
  3. 11 May, 2004 4 commits
  4. 10 May, 2004 7 commits
  5. 07 May, 2004 3 commits
  6. 06 May, 2004 7 commits
  7. 05 May, 2004 7 commits
  8. 04 May, 2004 6 commits