Replace find_temporary_table() with is_temporary_table()
DROP TABLE opens all temporary tables at start, but then uses find_temporary_table() to check if a table is temporary instead of is_temporary_table() which is much faster. This patch fixes this issue.
Showing
Please register or sign in to comment