I have recently finished developing a MySQL Database. During development I created multiple stored functions that I actually used within various views. While experimenting, the number of of version functions kept increasing and now I want to remove the ones that are not actually used inside views.
Is there a quick way to list all these functions?