1. 23 Apr, 2003 1 commit
  2. 22 Apr, 2003 1 commit
  3. 09 Apr, 2003 1 commit
    • unknown's avatar
      fix for #254 · 8cad4f70
      unknown authored
      (3.23 master, 4.0 slave. 
      Slave loss temp tables everytime FLUSH LOGS on master). 
      This fix is less bad than the bug, it will cause a problem only maybe
      if the master dies the hard way (I say maybe because I could not
      cause a problem, and I don't see how it could happen).
      
      
      sql/log_event.cc:
        fix for #254
        (3.23 master, 4.0 slave. 
        Slave loss temp tables everytime FLUSH LOGS on master). 
        This fix is less bad than the bug, it will cause a problem only maybe
        if the master dies the hard way. (I say maybe because I could not
        cause a problem, and I don't see how it could happen).
      8cad4f70
  4. 08 Apr, 2003 1 commit
  5. 07 Apr, 2003 1 commit
  6. 06 Apr, 2003 1 commit
  7. 05 Apr, 2003 1 commit
  8. 04 Apr, 2003 2 commits
  9. 03 Apr, 2003 24 commits
  10. 01 Apr, 2003 2 commits
    • unknown's avatar
      Sprint task #856 : make table exclusion rules (in replication) · 3258bb72
      unknown authored
      apply to GRANT and REVOKE too. For example if replicate-wild-ignore-table=mysql.%,
      GRANT and REVOKE will not be replicated on the slave.
      
      
      3258bb72
    • unknown's avatar
      Small-and-safe fix for bug #218: "LOAD DATA INFILE IGNORE is well · 241b6c05
      unknown 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.
      
      
      sql/log_event.cc:
        & instead of && when testing flags
      sql/slave.cc:
        & instead of && when testing flags
      241b6c05
  11. 31 Mar, 2003 4 commits
  12. 30 Mar, 2003 1 commit