1. 25 May, 2004 10 commits
  2. 24 May, 2004 5 commits
  3. 20 May, 2004 1 commit
    • monty@mysql.com's avatar
      Bug fixes: · ea8b1234
      monty@mysql.com authored
      Use %windir% instead of c:\winnt\ (Bug #3786)
      Fixed wrong foreign key test in crash-me (Bug #3740)
      ea8b1234
  4. 19 May, 2004 6 commits
  5. 18 May, 2004 3 commits
  6. 17 May, 2004 7 commits
  7. 15 May, 2004 1 commit
  8. 14 May, 2004 4 commits
  9. 13 May, 2004 3 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c: · d2649c11
      heikki@hundin.mysql.fi authored
      Reserve the MySQL LOCK_thread_count mutex when printing thd->query of
      an arbitrary transaction; if we are printing thd->query of a transaction that
      we know is currently executing inside InnoDB, then we know that MySQL cannot
      meanwhile change thd->query, and no need to reserve the MySQL mutex; note
      that this patch still leaves open the possibility of races in MySQL's
      thd->query_len
      d2649c11
    • lenz@mysql.com's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 · 55e77757
      lenz@mysql.com authored
      into mysql.com:/space/my/mysql-4.0
      55e77757
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · cafad010
      heikki@hundin.mysql.fi 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
      cafad010