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

Method resetSequenceId

src/Core/MySQL/PacketEndpoint.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void PacketEndpoint::resetSequenceId()
54{
55 sequence_id = 0;
56}
57
58String PacketEndpoint::packetToText(const String & payload)
59{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected