• Monty's avatar
    Replace find_temporary_table() with is_temporary_table() · f671a9de
    Monty authored
    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.
    f671a9de
sql_parse.cc 330 KB