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

Method sql_conditions

sql/sql_error.h:1224–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 { return get_warning_info()->cond_count(); }
1223
1224 Sql_condition_iterator sql_conditions() const
1225 { return get_warning_info()->m_warn_list; }
1226
1227 void reserve_space(THD *thd, uint count)
1228 { get_warning_info()->reserve_space(thd, count); }

Callers 11

val_strMethod · 0.80
print_warningsMethod · 0.80
val_intMethod · 0.80
writeMethod · 0.80
wsrep_store_error_daFunction · 0.80
mysqld_show_warningsFunction · 0.80
aggregateMethod · 0.80
slave_output_error_infoFunction · 0.80
aggregate_da_errorsFunction · 0.80
mysql_admin_tableFunction · 0.80
handle_sql_conditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected