Hi,
I am trying to audit table changes on MySQL but i want the "before update" trigger to run (add a line into an audit table) only when there is at least one changed field.
Is there a way to easily check all fields for changes between OLD and NEW ?
Thank you !