1. 28 Nov, 2003 1 commit
    • guilhem@mysql.com's avatar
      In the slave I/O thread (in master.info), it seems less worse to flush · c9fd311a
      guilhem@mysql.com authored
      the relay log before flushing master.info.
      Doing 'before' leads to duplicate event, doing after leads to missing event.
      Both can be as destructive, but 'duplicate' enables us to later add detection
      code to catch it. Whereas 'missing' can't be caught (it can't, because
      the I/O thread can produce legal position jumps, for example if it has
      ignored an event coming from this slave (rememember that starting from 4.1.1,
      the I/O thread filters the server id). 
      c9fd311a
  2. 26 Nov, 2003 6 commits
  3. 25 Nov, 2003 24 commits
  4. 24 Nov, 2003 7 commits
  5. 23 Nov, 2003 2 commits