• unknown's avatar
    Bugfix of previous WL#1265 commit. · 7e8cc90a
    unknown authored
    Need a sp_cache_remove() function with implicit name lookup to make the WL task
    to work. It's a cleaner and more convenient interface anyway...
    
    
    sql/sp.cc:
      Modified sp_cache_remove() function calls; just remove by name.
    sql/sp_cache.cc:
      Modified sp_cache_remove() function. Get name and lookup/remove, return the
      removed entry, if any.
    sql/sp_cache.h:
      Modified sp_cache_remove() function. Get name and lookup/remove, return the
      removed entry, if any.
    7e8cc90a
sp_cache.cc 2.63 KB