• Andrei Elkin's avatar
    Bug #47210 first execution of "start slave until" stops too early · 41a12547
    Andrei Elkin authored
    Until-pos guarding did not distiguish the master originated events from ones that the slave 
    can introduce to the relay log e.g Rotate to the next relay log at slave restarting.
    The local Rotate's coordinate are incomparable with the Until-master-pos.
    That led to the unexpectable stop this bug describes.
    
    Fixed with to avoid Until-master-pos comparison for a local slave's event.
    Notice that if --replicate-same-server is true such event is treated as coming from
    the master side.
    41a12547
slave.h 21.4 KB