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

Method send_eof

sql/protocol.cc:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552*/
553
554bool Protocol::send_eof(uint server_status, uint statement_warn_count)
555{
556 DBUG_ENTER("Protocol::send_eof");
557 const bool retval= net_send_eof(thd, server_status, statement_warn_count);
558 DBUG_RETURN(retval);
559}
560
561
562/**

Callers

nothing calls this directly

Calls 1

net_send_eofFunction · 0.85

Tested by

no test coverage detected