37
errmsg_vprintf(current_session, ERROR_LEVEL, format, args);
46
errmsg_vprintf(current_session, WARNING_LEVEL, format, args);
55
errmsg_vprintf(current_session, INFORMATION_LEVEL, format, args);
60
33
void sql_perror(const char *message)
63
36
errmsg_printf(ERRMSG_LVL_ERROR, "%s: %s", message, strerror(errno));
67
39
bool errmsg_printf (int priority, char const *format, ...)