• unknown's avatar
    Fixed the last memory leaks in the SP code. · fc448ccb
    unknown authored
    
    sql/sp.cc:
      Fixed clear_function_cache bug that made memory freeing work for functions too.
    sql/sp_head.cc:
      Added more DBUG output to help finding memory leak.
    sql/sql_parse.cc:
      Moved sp_clear_function_cache call so it *works*.
      Added missing memory freeing call.
    fc448ccb
sp_head.cc 13.5 KB