3-Binlog Network Stream
Describes the continuous packet stream format used to transmit binary log events from the primary server to the replica over the network.
packet #n: 3 bytes length + sequence + status + [event_header + (event data - 1)]
packet #n+1: 3 bytes length + sequence + last byte of the event data.Example of an Event Transmission HEARTBEAT_LOG_EVENT
T 127.0.0.1:8808 -> 127.0.0.1:57157 [AP]
23 00 00 04 00 00 00 00 00 1b 67 2b 00 00 22 00 '.........g+..&.
00 00 ed 01 00 00 20 00 66 6f 6f 2d 62 69 6e 2e ...... .log-bin.
31 30 30 30 31 33 39 1000139Network Replication Protocol, 5 Bytes
Last updated
Was this helpful?

