How do I display all the UDFs (User Definied Functions) on a MySQL server? (version 5.0.x)
UPDATE I don't want to display the code of all the UDFs, I just want to list the name of each UDF that is installed. Sorta like SHOW DATABASES, but for UDFs.