mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Remove the temporary file created by mysql_upgrade
client/mysql_upgrade.c: Remove the temporary file after it's been used
This commit is contained in:
parent
6fb214b426
commit
a1552e8f8d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue