mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into alf.(none):/src/bug28774/my50-bug28774
This commit is contained in:
commit
715da32e8d
1 changed files with 4 additions and 0 deletions
|
@ -456,7 +456,11 @@ static int run_query(const char *query, DYNAMIC_STRING *ds_res,
|
|||
|
||||
if (my_write(fd, query, strlen(query),
|
||||
MYF(MY_FNABP | MY_WME)))
|
||||
{
|
||||
my_close(fd, MYF(0));
|
||||
my_delete(query_file_path, MYF(0));
|
||||
die("Failed to write to '%s'", query_file_path);
|
||||
}
|
||||
|
||||
ret= run_tool(mysql_path,
|
||||
ds_res,
|
||||
|
|
Loading…
Reference in a new issue