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

Method get_error_condition

sql/sql_error.h:1264–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262 { get_warning_info()->remove_marked_sql_conditions(); }
1263
1264 const Sql_condition *get_error_condition() const
1265 { return get_warning_info()->get_error_condition(); }
1266
1267 void copy_sql_conditions_to_wi(THD *thd, Warning_info *dst_wi) const
1268 { 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