Commit 2cf77a8e authored by Alfranio Correia's avatar Alfranio Correia

merge mysql-5.0-bugteam --> mysql-5.1-bugteam

parents 16ead297 9069e110
......@@ -3330,8 +3330,8 @@ void Start_log_event_v3::print(FILE* file, PRINT_EVENT_INFO* print_event_info)
my_b_printf(&cache," at startup");
my_b_printf(&cache, "\n");
if (flags & LOG_EVENT_BINLOG_IN_USE_F)
my_b_printf(&cache, "# Warning: this binlog was not closed properly. "
"Most probably mysqld crashed writing it.\n");
my_b_printf(&cache, "# Warning: this binlog is either in use or was not "
"closed properly.\n");
}
if (!is_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