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

Method set_is_sent

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

Source from the content-addressed store, hash-verified

618 bool is_sent() const { return m_is_sent; }
619
620 void set_is_sent(bool is_sent) { m_is_sent= is_sent; }
621
622 void set_ok_status(ulonglong affected_rows,
623 ulonglong last_insert_id,

Callers 1

end_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected