PDF (US Ltr)
- 1.3Mb
PDF (A4)
- 1.3Mb
void
mysql_binlog_close(MYSQL *mysql,
MYSQL_RPL *rpl)
Close a replication event stream.
Arguments:
mysql
: The connection handler returned frommysql_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.