• Alexander Nozdrin's avatar
    Bug#27480 (Extend CREATE TEMPORARY TABLES privilege · 2e462c8f
    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.
    2e462c8f
sql_base.cc 294 KB