1. 11 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      os0file.c: · 2401227c
      heikki@hundin.mysql.fi authored
        Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption
      2401227c
  2. 08 Jun, 2003 1 commit
  3. 07 Jun, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      page0page.c: · a7d65ce3
      heikki@hundin.mysql.fi authored
        Fix a bug: a race condition could cause that the first B-tree page splits would get a corrupt page directory, whic often results in the assertion in page_dir_find_slot(); found with a test of 3000 startups/shutdowns; it is not clear that this would have caused any corruption which users have reported
      a7d65ce3
  4. 06 Jun, 2003 2 commits
  5. 05 Jun, 2003 2 commits
  6. 31 May, 2003 2 commits
  7. 28 May, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      srv0srv.c: · 8a29324c
      heikki@hundin.mysql.fi authored
        Prevent the InnoDB main thread from hogging CPU if a table lingers in the background drop queue (though it is essentially a bug if a table end up there at all)
      8a29324c
  8. 27 May, 2003 1 commit
  9. 26 May, 2003 6 commits
  10. 23 May, 2003 1 commit
  11. 21 May, 2003 2 commits
  12. 14 May, 2003 4 commits
  13. 07 May, 2003 2 commits
  14. 29 Apr, 2003 3 commits
  15. 28 Apr, 2003 1 commit
  16. 26 Apr, 2003 1 commit
  17. 23 Apr, 2003 1 commit
  18. 22 Apr, 2003 1 commit
  19. 14 Apr, 2003 1 commit
  20. 07 Apr, 2003 2 commits
  21. 04 Apr, 2003 1 commit
  22. 03 Apr, 2003 2 commits
  23. 01 Apr, 2003 1 commit
    • guilhem@mysql.com's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 1211b9a5
      guilhem@mysql.com authored
      logged, but read as LOAD DATA INFILE REPLACE"
      This was just bad && instead of &, but nasty consequences.
      This should be merged to 4.0 BUT it will not be automatic (some code
      has moved from log_event.h to log_event.cc, and log_event.cc has changed);
      please Merging Man, do 'bk grep REPLACE_FLAG' in 4.0/sql
      to find all the new places.
      1211b9a5