1. 22 Jul, 2002 4 commits
  2. 21 Jul, 2002 3 commits
  3. 19 Jul, 2002 4 commits
  4. 17 Jul, 2002 1 commit
  5. 16 Jul, 2002 9 commits
  6. 15 Jul, 2002 5 commits
  7. 14 Jul, 2002 1 commit
  8. 12 Jul, 2002 1 commit
  9. 10 Jul, 2002 1 commit
  10. 09 Jul, 2002 2 commits
  11. 08 Jul, 2002 3 commits
  12. 04 Jul, 2002 2 commits
  13. 03 Jul, 2002 2 commits
  14. 01 Jul, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      srv0start.c: · 559bc0c1
      heikki@hundin.mysql.fi authored
        Remove freeing of all memory at shutdown: since we do not exit the i/o-handlers and other threads, we could potentially get a seg fault at shutdown
      559bc0c1
  15. 30 Jun, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · 18bb6008
      heikki@hundin.mysql.fi authored
        The UNIV_DEBUG version asserted if a foreign key check failed because of a lock wait timeout
      btr0cur.c:
        Fix a bug: if the primary key was updated (or delete + insert) so that only the case of characters changed, we were left with a dangling adaptive hash index pointer, often causing an assertion failure in page0page.ic line 515
      18bb6008