Commit 9069e110 authored by Alfranio Correia's avatar Alfranio Correia

auto-merge mysql-5.0-bugteam (local) --> mysql-5.0-bugteam

parents 7433b19a 93598a3a
......@@ -2257,8 +2257,8 @@ void Start_log_event_v3::print(FILE* file, PRINT_EVENT_INFO* print_event_info)
fprintf(file," at startup");
fputc('\n', file);
if (flags & LOG_EVENT_BINLOG_IN_USE_F)
fprintf(file, "# Warning: this binlog was not closed properly. "
"Most probably mysqld crashed writing it.\n");
fprintf(file, "# Warning: this binlog is either in use or was not "
"closed properly.\n");
}
if (!artificial_event && created)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment