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

Method clear_error_condition

sql/sql_error.h:829–830  ·  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

827 @see m_error_condition.
828 */
829 void clear_error_condition()
830 { m_error_condition= NULL; }
831
832 // for:
833 // - m_next_in_da / m_prev_in_da

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected