1. 20 Nov, 2015 2 commits
  2. 18 Nov, 2015 1 commit
    • Nirbhay Choubey's avatar
      Incorrect statements binlogged on slave with do_domain_ids=(...) · f47124c9
      Nirbhay Choubey authored
      In domain ID based filtering, a flag is used to filter-out
      the events that belong to a particular domain. This flag gets
      set when IO thread receives a GTID_EVENT for the domain on
      filter list and its reset at the last event in the GTID group.
      The resetting, however, was wrongly done before the decision to
      write/filter the event from relay log is made. As a result, the
      last event in the group will always pass through the filter.
      Fixed by deferring the reset logic. Also added a test case.
      f47124c9
  3. 17 Nov, 2015 4 commits
  4. 16 Nov, 2015 11 commits
  5. 15 Nov, 2015 1 commit
  6. 14 Nov, 2015 1 commit
  7. 13 Nov, 2015 9 commits
  8. 10 Nov, 2015 11 commits