1. 26 May, 2004 2 commits
  2. 25 May, 2004 10 commits
  3. 24 May, 2004 5 commits
  4. 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
  5. 19 May, 2004 6 commits
  6. 18 May, 2004 3 commits
  7. 17 May, 2004 7 commits
  8. 15 May, 2004 1 commit
  9. 14 May, 2004 4 commits
  10. 13 May, 2004 1 commit
    • 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