MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / statement_warn_count

Method statement_warn_count

sql/sql_error.h:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 { DBUG_ASSERT(m_status == DA_OK); return m_last_insert_id; }
665
666 uint statement_warn_count() const
667 {
668 DBUG_ASSERT(m_status == DA_OK || m_status == DA_EOF);
669 return m_statement_warn_count;
670 }
671
672 Diagnostics_area();
673 Diagnostics_area(ulonglong warning_info_id, bool allow_unlimited_warnings);

Callers 1

end_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected