mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +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);
|
||||
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)
|
||||
|
Reference in New Issue
Block a user