I have been searching for a way that can help me notify the C code about successful INSERT operation fired over a Mysql table.
So the insert query is already there in other component code, now in an independent component I want to get notified when Insert on a particular table takes place so that I could fire select on the table. Currently I fire select query on particular interval, need to avoid that and instead do it after an insert query.