• Alexander Nozdrin's avatar
    Bug#27480 (Extend CREATE TEMPORARY TABLES privilege · 65c5e8dc
    Alexander Nozdrin authored
    to allow temp table operations) -- prerequisite patch #2.
    
    Introduce a new form of find_temporary_table() function:
    find_temporary_table() by a table key. It will be used
    in further patches.
    
    Replace find_temporary_table(table_list->db, table_list->name)
    by more appropiate find_temporary_table(table_list) across
    the codebase.
    65c5e8dc
sql_table.cc 229 KB