mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Function mysql_rm_tmp_tables():
fixed valgrind error fixed indentation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user