1. 15 May, 2003 1 commit
    • guilhem@mysql.com's avatar
      Scrum task 845. Thi is a behaviour change : · 4a0e0062
      guilhem@mysql.com authored
      now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the
      binlog, unless the new NO_WRITE_TO_BINLOG keyword was used :
      OPTIMIZE NO_WRITE_TO_BINLOG table t;
      
      Previously these commands were never written to the binlog, but there are
      2 reasons to change this :
      - the RENAME TABLE in MERGE table bug (#175) on slave
      - the possible "differently optimised queries may lead to different
      updates on the master and slave" bug, until we have automatic ORDER BY.
      
      FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog.
      New test for the new logging behaviour.
      Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves,
      this is more usual.
      4a0e0062
  2. 13 May, 2003 2 commits
  3. 06 May, 2003 2 commits
  4. 05 May, 2003 2 commits
  5. 03 May, 2003 3 commits
  6. 02 May, 2003 2 commits
  7. 30 Apr, 2003 2 commits
  8. 28 Apr, 2003 3 commits
  9. 26 Apr, 2003 3 commits
  10. 25 Apr, 2003 1 commit
  11. 24 Apr, 2003 7 commits
  12. 23 Apr, 2003 7 commits
  13. 22 Apr, 2003 5 commits