1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00
This commit is contained in:
msvensson@neptunus.(none)
2006-02-20 12:05:45 +01:00
parent c8c579b2e5
commit ae174fbef8

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)