| 801 | */ |
| 802 | |
| 803 | void 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 | |
| 810 | bool Protocol::flush() |
no outgoing calls
no test coverage detected