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

Method get_error_condition

sql/sql_error.h:500–501  ·  view source on GitHub ↗

@return SQL-condition, which corresponds to the error state in Diagnostics_area. @see m_error_condition. */

Source from the content-addressed store, hash-verified

498 @see m_error_condition.
499 */
500 const Sql_condition *get_error_condition() const
501 { return m_error_condition; }
502
503 /**
504 Set SQL-condition, which corresponds to the error state in Diagnostics_area.

Callers 2

append_warning_infoMethod · 0.45
get_error_conditionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected