1. 06 Feb, 2007 1 commit
    • unknown's avatar
      Bug#24805 mtr.pl can't handle test with --disable-log-bin · 04b52251
      unknown authored
      - Don't give mysqld the --log-bin argument if .opt file
        contains --skip-log-bin
      - Enable flush2 test
      
      
      mysql-test/mysql-test-run.pl:
        Don't give mysqld the --log-bin argument if .opt file contains --skip-log-bin 
        Don't pass mysqld --binlog-format=s if --skip-log-bin
      mysql-test/t/disabled.def:
        Enable flush2
      mysql-test/t/flush2-master.opt:
        Use --skip-log-bin in flush2 to test flush without bin logging
      04b52251
  2. 05 Feb, 2007 1 commit
  3. 18 Dec, 2006 1 commit
    • unknown's avatar
      Fix for bug #10798: If relay log fails to rotate, slave will crash after · 045158fc
      unknown authored
      The relay log may not be open for some reason (e.g. disk error) after rotation,
      and using it causes the slave crash.
      
      Fix: check we have it open before access, return error otherwise.
      
      
      sql/slave.cc:
        Fix for bug #10798: If relay log fails to rotate, slave will crash after
          - check if the relay log is open before any access.
      045158fc
  4. 16 Dec, 2006 2 commits
  5. 15 Dec, 2006 11 commits
  6. 14 Dec, 2006 18 commits
  7. 13 Dec, 2006 4 commits
  8. 11 Dec, 2006 2 commits