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

Method cond_count

sql/sql_error.h:1221–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219 { return get_warning_info()->warn_count(); }
1220
1221 uint cond_count() const
1222 { return get_warning_info()->cond_count(); }
1223
1224 Sql_condition_iterator sql_conditions() const
1225 { return get_warning_info()->m_warn_list; }

Callers

nothing calls this directly

Calls 1

cond_countMethod · 0.45

Tested by

no test coverage detected