I am currently looking into writing a plugin for mysql in C. I have been reading and studying MySQL 5.1 Plugin Development (http://www.amazon.com/MySQL-Plugin-Development-Sergei-Golubchik/dp/1849510601) which has been helping me out a lot. However I can’t seem to find any examples that execute queries. I tried Googling for one but couldn’t find any relevant examples. My goal for the time being is to write just a simple plugin that after some data is entered into a table will just perform some basic select queries. If anyone would be willing to share a link to such an example or provide one, it would be most appreciated.
Share
I haven’t used Mysql with C before, however you might want to take a look at these links:
If you know MySql I think those links would be a good starting point at least.