MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_error_condition

Method get_error_condition

sql/sql_error.h:773–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771 { get_warning_info()->remove_marked_sql_conditions(); }
772
773 const Sql_condition *get_error_condition() const
774 { return get_warning_info()->get_error_condition(); }
775
776 void copy_sql_conditions_to_wi(THD *thd, Warning_info *dst_wi) const
777 { dst_wi->append_warning_info(thd, get_warning_info()); }

Callers

nothing calls this directly

Calls 1

get_error_conditionMethod · 0.45

Tested by

no test coverage detected