mysql.func Table
The mysql.func
table stores information about user-defined functions (UDFs) created with the CREATE FUNCTION UDF statement.
This table uses the Aria storage engine.
The mysql.func
table contains the following fields:
Example
SELECT * FROM mysql.func;
+------------------------------+-----+--------------+-----------+
| name | ret | dl | type |
+------------------------------+-----+--------------+-----------+
| spider_direct_sql | 2 | ha_spider.so | function |
| spider_bg_direct_sql | 2 | ha_spider.so | aggregate |
| spider_ping_table | 2 | ha_spider.so | function |
| spider_copy_tables | 2 | ha_spider.so | function |
| spider_flush_table_mon_cache | 2 | ha_spider.so | function |
+------------------------------+-----+--------------+-----------+
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?