MySQL :: MySQL 8.4 C API Developer Guide :: 10.4.1 mysql_binlog_close() (original) (raw)
10.4.1 mysql_binlog_close()
void
mysql_binlog_close(MYSQL *mysql,
MYSQL_RPL *rpl)
Description
Close a replication event stream.
Arguments:
mysql
: The connection handler returned from mysql_init(). The handler remains open after themysql_binlog_close() call.rpl
: The replication stream structure. After callingmysql_binlog_close(), this structure should not be used further without reinitializing it and callingmysql_binlog_open() again.
Errors
None.