Bug #31078 mysqldump should be able to dump UDF function 'definition'
Submitted: 18 Sep 2007 10:42
Reporter: Victoria Reznichenko Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: mysqldump Command-line Client Severity:S4 (Feature request)
Version:any OS:Any
Assigned to: CPU Architecture:Any

[18 Sep 2007 10:42] Victoria Reznichenko
Description:
It would be good if mysqldump has an option to be able to dump UDF functions 'definition'. I.e. to get something like:

CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';

in the dump file.

Currently the only one way to dump this info - dump content of mysql.func table.

How to repeat:
1. create UDF function
2. make a dump of the database
3. check dump file