| 473 | } |
| 474 | |
| 475 | void MySQLHandler::comPing() |
| 476 | { |
| 477 | packet_endpoint->sendPacket(OKPacket(0x0, client_capabilities, 0, 0, 0)); |
| 478 | } |
| 479 | |
| 480 | void MySQLHandler::comQuery(ReadBuffer & payload, bool binary_protocol) |
| 481 | { |
nothing calls this directly
no test coverage detected