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

Method status

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

Source from the content-addressed store, hash-verified

647 bool is_disabled() const { return m_status == DA_DISABLED; }
648
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; }

Callers 1

end_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected