• unknown's avatar
    Fix compiler warnings on some systems. (Unused variables) · ebf164b8
    unknown authored
    Fixed bug in DROP FUNCTION for UDFs.
    Note: It still doesn't work properly, but that bug is somewhere else.
    
    
    sql/sp.cc:
      Fix compiler warning on some systems. (Unused variable)
    sql/sql_parse.cc:
      Fix compiler warning on some systems. (Unused variable)
      Fixed bug in DROP FUNCTION for UDFs.
      Note: It still doesn't work properly, but that bug is somewhere else.
    ebf164b8
sp.cc 30.3 KB