SHOW FUNCTION STATUS
List stored functions and their characteristics. View metadata like the database, name, type, and creator of stored functions.
Syntax
SHOW FUNCTION STATUS
[LIKE 'pattern' | WHERE expr]Description
Examples
SHOW FUNCTION STATUS\G
*************************** 1. row ***************************
Db: test
Name: VatCents
Type: FUNCTION
Definer: root@localhost
Modified: 2013-06-01 12:40:31
Created: 2013-06-01 12:40:31
Security_type: DEFINER
Comment:
character_set_client: utf8
collation_connection: utf8_general_ci
Database Collation: latin1_swedish_ciLast updated
Was this helpful?

