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

This commit is contained in:
Alfranio Correia 2009-06-18 18:58:56 +01:00
commit b71fe23b60

View File

@ -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)
{