Commit f713c1ca authored by unknown's avatar unknown

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint

into  alf.(none):/src/bug28535/my51-bug28535


client/mysqldump.c:
  Auto merged
parents 6859d8b8 8dd58691
......@@ -1888,7 +1888,7 @@ static uint dump_events_for_db(char *db)
if (create_delimiter(row[3], delimiter, sizeof(delimiter)) == NULL)
{
fprintf(stderr, "%s: Warning: Can't create delimiter for event '%s'\n",
event_name, my_progname);
my_progname, event_name);
DBUG_RETURN(1);
}
......
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