• unknown's avatar
    BUG#27583 (slave sql fails to read from iocache when slave got · 7c086fc7
    unknown authored
    stopped at pos==4):
    
    Submitting patch on behalf of Andrei, who discovered the problem
    and provided the patch.
    
    An update of the group relay log coordinates when rotating forgot to
    update the group relay log name and only updated the group relay log
    position (and group master log name and position).
    
    This patch adds code to update the group relay log *name* as well as
    the position 
    
    
    sql/log_event.cc:
      Setting group relay log name as well when rotating, not just the group
      relay log position.
    7c086fc7
log_event.cc 251 KB