Commit 10432747 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 24661e5e 841ae673
...@@ -1224,7 +1224,7 @@ void show_diff(DYNAMIC_STRING* ds, ...@@ -1224,7 +1224,7 @@ void show_diff(DYNAMIC_STRING* ds,
else else
{ {
/* Print diff directly to stdout */ /* Print diff directly to stdout */
fprintf(stderr, "%s", ds_tmp.str); fprintf(stderr, "%s\n", ds_tmp.str);
} }
dynstr_free(&ds_tmp); 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