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

Method get_level

sql/sql_error.h:177–178  ·  view source on GitHub ↗

Get the error level of this condition. @return the error level condition item. */

Source from the content-addressed store, hash-verified

175 @return the error level condition item.
176 */
177 enum_warning_level get_level() const
178 { return m_level; }
179
180 Sql_state_errno_level()
181 :m_level(WARN_LEVEL_ERROR)

Callers 10

print_warningsMethod · 0.80
matchesMethod · 0.80
writeMethod · 0.80
push_warningMethod · 0.80
mysqld_show_warningsFunction · 0.80
raise_conditionMethod · 0.80
mysql_admin_tableFunction · 0.80
handle_sql_conditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected