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

Method cond_count

sql/sql_error.h:724–727  ·  view source on GitHub ↗

The number of conditions (errors, warnings and notes) in the list. */

Source from the content-addressed store, hash-verified

722 The number of conditions (errors, warnings and notes) in the list.
723 */
724 uint cond_count() const
725 {
726 return m_warn_list.elements();
727 }
728
729 /** Id of the warning information area. */
730 ulonglong id() const { return m_warn_id; }

Callers 3

get_valueMethod · 0.45
aggregateMethod · 0.45
cond_countMethod · 0.45

Calls 1

elementsMethod · 0.45

Tested by

no test coverage detected