mysql_udf_http_golang icon indicating copy to clipboard operation
mysql_udf_http_golang copied to clipboard

MySQL(or MariaDB) UDF(User-Defined Functions) Http Client Plugin.

Results 4 mysql_udf_http_golang issues
Sort by recently updated
recently updated
newest added

I will find solution. plz, wait for days.

bug

1. Instead of using the unsupported my_bool variable in MySQL 8, have replaced it with int. 2. In the install.sh and uninstall.sh scripts, modified the mechanism for extracting the plugin_dir....

I added a timeout of 5 seconds to the creation of the http.Client object, in order to limit the duration of each HTTP request. I reformatted the code following Go's...