How can I check what SQL_MODE is a process is using?
so I see all processed that are currently running using SHOW PROCESSLIST
What I need to do is to know the SQL_MODE that a process is using?
I want to make sure the client that I am using did not change the SQL mode.
Thanks