-
Notifications
You must be signed in to change notification settings - Fork 10
chl_mysql_toggle_errors
it4e edited this page Feb 27, 2017
·
1 revision
<chl/mysql.h>
chl_mysql_toggle_errors, CHL MySQL toggle errors
void chl_mysql_toggle_errors(char state);
The chl_mysql_toggle_errors function is used to toggle whether to turn on or off automatic MySQL error printing, depending on the value of the state variable. Default is for it to be turned on.
- state: 1 to turn on automatic error printing, 0 to turn it off.
No return value.