| 552 | */ |
| 553 | |
| 554 | bool 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 | /** |
nothing calls this directly
no test coverage detected