mirror of
https://github.com/MariaDB/server.git
synced 2025-09-05 08:04:25 +03:00
Fix typo
This commit is contained in:
@@ -1088,7 +1088,7 @@ static void do_exec(struct st_query *query)
|
|||||||
do_eval(&ds_cmd, cmd);
|
do_eval(&ds_cmd, cmd);
|
||||||
cmd= ds_cmd.str;
|
cmd= ds_cmd.str;
|
||||||
|
|
||||||
DBUG_PRINT("info", ("Executing '%' as '%s'",
|
DBUG_PRINT("info", ("Executing '%s' as '%s'",
|
||||||
query->first_argument, cmd));
|
query->first_argument, cmd));
|
||||||
|
|
||||||
if (!(res_file= popen(cmd, "r")) && query->abort_on_error)
|
if (!(res_file= popen(cmd, "r")) && query->abort_on_error)
|
||||||
|
Reference in New Issue
Block a user