MCPcopy Create free account
hub / github.com/ByConity/ByConity / readOneBinlogEvent

Method readOneBinlogEvent

src/Core/MySQL/MySQLClient.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184BinlogEventPtr MySQLClient::readOneBinlogEvent(UInt64 milliseconds)
185{
186 if (packet_endpoint->tryReceivePacket(replication, milliseconds))
187 return replication.readOneEvent();
188
189 return {};
190}
191
192}

Callers 2

synchronizationMethod · 0.80
mainFunction · 0.80

Calls 2

tryReceivePacketMethod · 0.80
readOneEventMethod · 0.80

Tested by

no test coverage detected