Comments in Sql query with Audit Plugin

We would like to be able to add a comment to the sql query, and getthe audit plugin to export that to the log file. Something like:

/* Some text here */ Insert into Sometable values (…)

Tried all versions of ‘comments’, and none of them export. Is this a feature of the Mysql engine. or the Audit plugin? If teh audit plugin, is it possible to remove whatever is cutting the comment out? It would be seriously useful for identifying users that make changes, in a connection pooling environment.

Many thanks to anyone with any answers