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

Method end_partial_result_set

sql/protocol.cc:630–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628*/
629
630void Protocol::end_partial_result_set(THD *thd_arg)
631{
632 net_send_eof(thd_arg, thd_arg->server_status, 0 /* no warnings, we're inside SP */);
633}
634
635
636bool Protocol::flush()

Callers

nothing calls this directly

Calls 1

net_send_eofFunction · 0.85

Tested by

no test coverage detected