1. 04 May, 2004 1 commit
  2. 03 May, 2004 1 commit
  3. 30 Apr, 2004 4 commits
  4. 29 Apr, 2004 5 commits
  5. 28 Apr, 2004 16 commits
  6. 27 Apr, 2004 1 commit
  7. 24 Apr, 2004 2 commits
  8. 21 Apr, 2004 1 commit
  9. 13 Apr, 2004 2 commits
  10. 12 Apr, 2004 1 commit
  11. 09 Apr, 2004 4 commits
  12. 08 Apr, 2004 2 commits
    • guilhem@mysql.com's avatar
      Fix for BUG#3422 "In 3.23 -> 4.0 replication, slave segfault when replicating LOAD DATA INFILE": · c640a390
      guilhem@mysql.com authored
      as we transform the 3.23 Load_log_event into a 4.0 Create_file_log_event which is one
      byte longer, we need to increment event_len. The bug was that we did not increment it,
      so later in code the end 0 was not seen so there was for example a segfault in
      strlen(fname) because fname was not 0-terminated.
      Other problems remain in 3.23->4.0 replication of LOAD DATA INFILE but they are less serious:
      Exec_master_log_pos and Relay_log_space are incorrect. I'll document them.
      They are not fixable without significant code changes (if you fix those problems in 4.0,
      you get assertion failures somewhere else etc), * which are already done in 5.0.0 *.
      c640a390
    • marko@hundin.mysql.fi's avatar
      Merge marko@build.mysql.com:/home/bk/mysql-4.0 · 8219d4ef
      marko@hundin.mysql.fi authored
      into hundin.mysql.fi:/home/marko/j/mysql-4.0
      8219d4ef