Commit a1552e8f authored by unknown's avatar unknown

Remove the temporary file created by mysql_upgrade


client/mysql_upgrade.c:
  Remove the temporary file after it's been used
parent 6fb214b4
......@@ -457,6 +457,7 @@ static int run_query(const char *query, DYNAMIC_STRING *ds_res,
NULL);
my_close(fd, MYF(0));
my_delete(query_file_path, MYF(0));
DBUG_RETURN(ret);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment