MySQL 5.6 Reference Manual Including MySQL NDB Cluster 7.3-7.4 Reference Guide

5.6.2 Obtaining User-Defined Function Information

The mysql.func system table shows which UDFs have been registered using CREATE FUNCTION:

SELECT * FROM mysql.func;

The func table has these columns: