Lots of show warnings is executing after each query to db.

Hi

I have noticed a strange stuff today when logged in the general_log to true and was checking that is happening in the server , it shows up lot of SHOW WARNING being executed after each query though its because of hibernate so i suspected its because of this [URL=“Why is 'SHOW WARNINGS' query issued here? (JPA/Hibernate/MySQL) - Stack Overflow”]http://stackoverflow.com/questions/3...ibernate-mysql[/URL] and affects 5.6 version

Has some one experienced the same.

This is setting related to warnings and general log

log_warnings | 2 |
| log_warnings_suppress | 1592 |
| sql_warnings | OFF

general_log | OFF |
| general_log_file | //dbs/localhost.log |

Br
Chandu