I have made an UDF plugin to communicate with beanstalkd to send jobs into messagequeue from MySQL. Project page is at github under /Scr34m/beanstalkd_udf
I would like to be sure that there aren’t any memory leak so asking for guidance for testing it out. I’m already used valgrind for check memory allocation and release.
There is a test.c application to help load library and run test against it.