1. 17 Jan, 2007 1 commit
    • mats@romeo.(none)'s avatar
      BUG#23171 (Illegal slave restart position): · 3920f529
      mats@romeo.(none) authored
      Third patch of the bug fix where the code for skipping events and for
      executing events is factored out into three functions:
      - shall_skip() to decide if the event shall be skipped and the
        reason for it;
      - do_apply_event(), where the event is applied to the database; and
      - do_update_pos(), which updates the actual relay log position and
        group positions.
      3920f529
  2. 10 Nov, 2006 1 commit
    • mats@romeo.(none)'s avatar
      BUG#23171 (Illegal slave restart group position): · 1fb9105e
      mats@romeo.(none) authored
      Second patch to fix skipping code. Moving relay and binary log 
      position changing code from do_apply_event [old exec_event()] into
      do_update_pos() and doing other changes necessary to support that.
      
      Fixing a bug that can cause deadlock if rotating binary log when committing
      a changes to a transactional table that is not inside a transaction and
      cause a rotate log.
      1fb9105e
  3. 04 Nov, 2006 1 commit
  4. 03 Nov, 2006 9 commits
  5. 02 Nov, 2006 2 commits
  6. 01 Nov, 2006 7 commits
  7. 31 Oct, 2006 3 commits
  8. 30 Oct, 2006 5 commits
  9. 25 Oct, 2006 4 commits
  10. 23 Oct, 2006 4 commits
  11. 20 Oct, 2006 3 commits