PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb
int
mysql_binlog_fetch(MYSQL *mysql,
MYSQL_RPL *rpl)
Fetch one event from the replication event stream.
Arguments:
mysql
: The connection handler returned frommysql_init()
.rpl
: The replication stream structure. After a successful call, thesize
member indicates the event size, which is 0 for an EOF event. For a non-EOF event,size
is greater than 0 and thebuffer
member points to the event contents.