MCPcopy Create free account
hub / github.com/MariaDB/server / statement_warn_count

Method statement_warn_count

sql/sql_error.h:1111–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109 }
1110
1111 uint statement_warn_count() const
1112 {
1113 DBUG_ASSERT(m_status == DA_OK || m_status == DA_OK_BULK ||
1114 m_status == DA_EOF ||m_status == DA_EOF_BULK );
1115 return m_statement_warn_count;
1116 }
1117
1118 uint unsafe_statement_warn_count() const
1119 {

Callers 2

end_statementMethod · 0.80
pfs_end_statement_v1Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected