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

Method set_overwrite_status

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

Source from the content-addressed store, hash-verified

613 };
614
615 void set_overwrite_status(bool can_overwrite_status)
616 { m_can_overwrite_status= can_overwrite_status; }
617
618 bool is_sent() const { return m_is_sent; }
619

Callers 4

net_send_errorFunction · 0.80
net_send_okFunction · 0.80
net_send_eofFunction · 0.80
flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected