-
Notifications
You must be signed in to change notification settings - Fork 264
mariadb_rpl_close
Georg Richter edited this page Oct 24, 2018
·
1 revision
mariadb_rpl_close - Closes replication stream
#include <mariadb_rpl.h>
void mariadb_rpl_close(MARIADB_RPL *rpl)
Closes a replication stream.
rpl
- A replication handle which was initialized by mariadb_rpl_init() and connected by mariadb_rpl_open().
To close the connection to the server, the api function mariadb_close() must be called.
mariadb_rpl_close
was added in MariaDB Connector/C 3.1
MariaDB Connector/C Reference