MySQL 9.5 C API Developer Guide / C API Binary Log Interface / C API Binary Log Function Reference
The following table summarizes the functions available for reading a replication event stream from a binary log. For greater detail, see the descriptions inSection 10.4, “C API Binary Log Function Descriptions”.
Table 10.1 C API Binary Log Functions
| Name | Description |
|---|---|
mysql_binlog_close() | Close replication event stream |
mysql_binlog_fetch() | Read event from replication event stream |
mysql_binlog_open() | Open replication event stream |