MCPcopy Create free account
hub / github.com/MariaDB/server / end_partial_result_set

Method end_partial_result_set

sql/protocol.cc:803–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801*/
802
803void Protocol::end_partial_result_set(THD *thd_arg)
804{
805 net_send_eof(thd_arg, thd_arg->server_status,
806 0 /* no warnings, we're inside SP */);
807}
808
809
810bool Protocol::flush()

Callers 1

handle_sql_conditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected