129
129
/* Abort if we are using strict mode and we are not using IGNORE */
130
130
if ((int) level >= (int) DRIZZLE_ERROR::WARN_LEVEL_WARN &&
133
133
/* Avoid my_message() calling push_warning */
134
134
bool no_warnings_for_error= session->no_warnings_for_error;