![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Go to the source code of this file.
Functions | |
| bool | register_udfs () | 
| Registers the plugin's UDFs.  More... | |
| bool | unregister_udfs () | 
| Unregisters the plugin's UDFs.  More... | |
| bool register_udfs | ( | ) | 
Registers the plugin's UDFs.
If there is an error registering any UDF, all installed UDFs are unregistered.
| true | if there was an error | 
| false | if all UDFs were registered | 
Registers the plugin's UDFs.
| 0 | success | 
| non-zero | failure | 
| bool unregister_udfs | ( | ) | 
Unregisters the plugin's UDFs.
| true | if there was an error | 
| false | if all UDFs were unregistered | 
Unregisters the plugin's UDFs.
| 0 | success | 
| non-zero | failure |