1. 06 Jun, 2003 1 commit
    • guilhem@mysql.com's avatar
      -- already approved; it would be nice if it goes into 3.23.57 -- · c1a60342
      guilhem@mysql.com authored
      Fix for bug 254 : the first Start_log_event after server startup will
      have created=now(), whereas the next ones (FLUSH LOGS, auto rotation)
      will have created=0. Before this, it was always now().
      This way, slaves >=4.0.14 will know when they must
      drop stale temp tables or not. The next task is now modify 4.0.14 to
      implement this.
      c1a60342
  2. 05 Jun, 2003 2 commits
  3. 31 May, 2003 2 commits
  4. 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
  5. 27 May, 2003 1 commit
  6. 26 May, 2003 6 commits
  7. 23 May, 2003 1 commit
  8. 21 May, 2003 2 commits
  9. 14 May, 2003 4 commits
  10. 07 May, 2003 2 commits
  11. 29 Apr, 2003 3 commits
  12. 28 Apr, 2003 1 commit
  13. 26 Apr, 2003 1 commit
  14. 23 Apr, 2003 1 commit
  15. 22 Apr, 2003 1 commit
  16. 14 Apr, 2003 1 commit
  17. 07 Apr, 2003 2 commits
  18. 04 Apr, 2003 1 commit
  19. 03 Apr, 2003 2 commits
  20. 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
  21. 25 Mar, 2003 1 commit
  22. 24 Mar, 2003 2 commits
  23. 19 Mar, 2003 1 commit