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

Method set_error_condition

sql/sql_error.h:508–509  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

506 @see m_error_condition.
507 */
508 void set_error_condition(const Sql_condition *error_condition)
509 { m_error_condition= error_condition; }
510
511 /**
512 Reset SQL-condition, which corresponds to the error state in

Callers 1

set_error_statusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected