What is the mechanism to force the MySQL to throw an error within the stored procedure?
I have a procedure which call s another function:
PREPARE my_
Yes, there is: use the SIGNAL keyword.