| 628 | */ |
| 629 | |
| 630 | void 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 | |
| 636 | bool Protocol::flush() |
nothing calls this directly
no test coverage detected