|
|
| |
mariadb_rpl_close(3) |
MariaDB Connector/C |
mariadb_rpl_close(3) |
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(3)
and connected by mariadb_rpl_open(3).
To close the connection to the server, the api function mariadb_close(3)
must be called.
mariadb_rpl_close was added in MariaDB Connector/C 3.1
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |