• Kristian Nielsen's avatar
    MDEV-10271: Stopped SQL slave thread doesn't print a message to error log like IO thread does · 43378f36
    Kristian Nielsen authored
    Make the slave SQL thread always output to the error log the message "Slave
    SQL thread exiting, replication stopped in ..." whenever it previously
    outputted "Slave SQL thread initialized, starting replication ...".
    
    Before this patch, it was somewhat inconsistent in which cases the message
    would be output and in which not, depending on the exact time and cause of
    the condition that caused the SQL thread to stop.
    43378f36
slave.cc 241 KB