mysql_warning_count(3) | MariaDB Connector/C | mysql_warning_count(3) |
mysql_warning_count - Returns the number of warnings
#include <mysql.h> unsigned int mysql_warning_count(MYSQL * mysql);
Returns the number of warnings from the last executed query, or zero if there are no warnings.
Returns the number of warnings
Version 3.3.1 |