MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / comPing

Method comPing

src/Server/MySQLHandler.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void MySQLHandler::comPing()
476{
477 packet_endpoint->sendPacket(OKPacket(0x0, client_capabilities, 0, 0, 0));
478}
479
480void MySQLHandler::comQuery(ReadBuffer & payload, bool binary_protocol)
481{

Callers

nothing calls this directly

Calls 2

OKPacketClass · 0.85
sendPacketMethod · 0.80

Tested by

no test coverage detected