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

Method message

sql/sql_error.h:651–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 enum_diagnostics_status status() const { return m_status; }
650
651 const char *message() const
652 { DBUG_ASSERT(m_status == DA_ERROR || m_status == DA_OK); return m_message; }
653
654 uint sql_errno() const
655 { DBUG_ASSERT(m_status == DA_ERROR); return m_sql_errno; }

Callers 2

end_statementMethod · 0.45
get_last_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected