Use one of the following two examples, each will provide current mode info:
SELECT @@sql_mode;
SHOW VARIABLES LIKE 'sql_mode';