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

Method clear_error_condition

sql/sql_error.h:517–518  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

515 @see m_error_condition.
516 */
517 void clear_error_condition()
518 { m_error_condition= NULL; }
519
520 // for:
521 // - m_next_in_da / m_prev_in_da

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected