mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Remove comment
This commit is contained in:
parent
498c152b11
commit
71e58855bf
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ static int run_query(const char *query, DYNAMIC_STRING *ds_res,
|
|||
|
||||
ret= run_tool(mysql_path,
|
||||
ds_res,
|
||||
ds_args.str, // MASV... quoted?
|
||||
ds_args.str,
|
||||
"--database=mysql",
|
||||
"--batch", /* Turns off pager etc. */
|
||||
force ? "--force": "--skip-force",
|
||||
|
|
Loading…
Reference in a new issue