Commit e46f214f authored by unknown's avatar unknown

Fix typo


client/mysqltest.c:
  Typo % should be %s
parent 010fb090
......@@ -1088,7 +1088,7 @@ static void do_exec(struct st_query *query)
do_eval(&ds_cmd, cmd);
cmd= ds_cmd.str;
DBUG_PRINT("info", ("Executing '%' as '%s'",
DBUG_PRINT("info", ("Executing '%s' as '%s'",
query->first_argument, cmd));
if (!(res_file= popen(cmd, "r")) && query->abort_on_error)
......
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