mysql_warning_count()
unsigned int mysql_warning_count(MYSQL *mysql)
Description
Returns the number of warnings generated during execution of the previous SQL statement.
Return Values
The warning count.
Errors
None.