Commit 6dcad7d8 authored by unknown's avatar unknown

Function mysql_rm_tmp_tables():

fixed valgrind error
fixed indentation

parent 71fd4583
......@@ -6126,7 +6126,6 @@ my_bool mysql_rm_tmp_tables(void)
}
free_table_share(&share);
}
}
/*
File can be already deleted by tmp_table.file->delete_table().
So we hide error messages which happnes during deleting of these
......@@ -6134,6 +6133,7 @@ my_bool mysql_rm_tmp_tables(void)
*/
VOID(my_delete(filePath, MYF(0)));
}
}
my_dirend(dirp);
}
delete thd;
......
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