mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
auto-merge mysql-5.0-bugteam (local) --> mysql-5.0-bugteam
This commit is contained in:
commit
544147417a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue