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