MySQL 9.1.0
Source Code Documentation
|
Request a Binlog Network Stream from the server
Type | Name | Description |
---|---|---|
int<1> | status | [0x12] COM_BINLOG_DUMP |
int<4> | binlog-pos | position in the binlog-file to start the stream with |
int<2> | flags | can right now has one possible value: BINLOG_DUMP_NON_BLOCK |
int<4> | server-id | Server id of this slave |
string<EOF> | binlog-filename | filename of the binlog on the master |