• Alfranio Correia's avatar
    BUG#34687 Error in bin-log after shutdown restart binlog was not closed properly · dd59815f
    Alfranio Correia authored
    While reading a binary log that is being used by a master or was not properly
    closed, most likely due to a crash, the following warning message is being
    printed out: "Warning: this binlog was not closed properly. Most probably mysqld
    crashed writing it.". This was scaring our users as the message was not taking
    into account the possibility of the file is being just used by the master.
    
    To avoid unnecessarily scaring our users, we replace the original message by the
    following one: Warning: "this binlog is either is use or was not closed properly.".
    dd59815f
log_event.cc 166 KB