mysql-udf-http
mysql-udf-http copied to clipboard
fork of MySQL User-defined function (UDF) for HTTP REST
when I use: select http_post ( 'http://192.168.1.136:3000/sacado', json_object ("cpf", "123", "nome", "Juca" )); or select http_post ( 'http://192.168.1.136:3000/sacado', 'cpf=123&nome=Juca'); the API does not receive any data.
i find nothing on github ,google,stackoverflow for how to create a http request in mysql on windows.
Hi Team, I am facing issue using http_get or http_post in ubuntu mariadb. i am following below url to setup http_get UDF as : http://open-bi.blogspot.in/2012/11/call-restful-web-services-from-mysql.html MariaDB [(none)]> SELECT http_get('curl google.com');...
i got multiple mysqld crashes that have the mysql-udf-http module in its trace. i have multple triggers that use the http_post function to send json data. but not sure which...
**Problem ---------** Compiled UDF and loaded into 5.7.17. ``` ==12629== Invalid free() / delete / delete[] / realloc() ==12629== at 0x4C2AD17: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==12629== by 0x29566419: http_delete_deinit (mysql-udf-http.c:338) ==12629==...