When I try to execute the code bellow I get mysql error 1305:
DROP FUNCTION IF EXISTS myFunction;
It only fails when function does not exist. But why? Isn’t that the cleanup step before you re-create functions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MySQL bug #33813 explains that it may be due to case-sensitivity: