Commit e46f214f authored by unknown's avatar unknown
Browse files

Fix typo


client/mysqltest.c:
  Typo % should be %s
parent 010fb090
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)