1. 05 Feb, 2007 2 commits
  2. 18 Dec, 2006 1 commit
    • unknown's avatar
      Fix for bug #10798: If relay log fails to rotate, slave will crash after · 92c1c773
      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.
      92c1c773
  3. 17 Dec, 2006 1 commit
  4. 16 Dec, 2006 3 commits
  5. 15 Dec, 2006 23 commits
  6. 14 Dec, 2006 10 commits