mariadb_rpl_close
- Provided by: libmariadb-dev (Version: 1:10.11.14-0ubuntu0.24.04.1)
- Source: mariadb
- Report a bug
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