I want to log INSERT queries executed on a specific table by temporarily enable general_log through triggers. My approach is to first create an audit table:
C