1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
client/mysqltest.c:
  Typo % should be %s
This commit is contained in:
unknown
2006-02-20 12:05:45 +01:00
parent 010fb090e8
commit e46f214fd9

View File

@@ -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)