• kaa@polly.(none)'s avatar
    Fix for bug #29976: Excessive Slave I/O errors in replication tests · 218a2196
    kaa@polly.(none) authored
    Problem:
    
    The "Slave I/O thread couldn't register on master" error sporadically
    occurred in replication tests because the slave I/O thread got
    killed by STOP SLAVE before or while registering on master.
    
    Fixed by checking the state of the I/O thread, and issueing
    the error only if it was not explicitely killed by a user.
    218a2196
slave.cc 133 KB