![]() |
|
This file is included directly into apop_db.c. It is read only if APOP_USE_MYSQL is defined.
| #define check_and_clean | ( | do_if_failure | ) |
if (mysql_errno (conn)){ \ print_error (conn, "mysql_fetch_row() failed"); \ if (out) do_if_failure; \ return NULL; \ } else return out; \