• unknown's avatar
    Fixes bug #17595. UDFs are not initialized when running mysqld with · 51316b01
    unknown authored
    --skip-grant-tables. However when deleting functions UDFs list was checked
    regardless of whther UDFs are initialized or not. Additional check is added
    into free_udf() and find_udf() functions to prevent possible runtime errors.
    
    
    mysql-test/r/skip_grants.result:
      Test result for #17595 patch.
    mysql-test/t/skip_grants.test:
      Test for #17595 patch.
    51316b01
sql_udf.cc 14 KB