Commit 6855bd11 authored by unknown's avatar unknown

Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint

into  pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint


client/mysqltest.c:
  Auto merged
parents 029cf090 85e152c5
......@@ -1224,7 +1224,7 @@ void show_diff(DYNAMIC_STRING* ds,
else
{
/* Print diff directly to stdout */
fprintf(stderr, "%s", ds_tmp.str);
fprintf(stderr, "%s\n", ds_tmp.str);
}
dynstr_free(&ds_tmp);
......
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