-
Notifications
You must be signed in to change notification settings - Fork 259
mariadb_rpl_open
Georg Richter edited this page Oct 24, 2018
·
1 revision
mariadb_rpl_open - opens a replication stream
#include <mariadb_rpl.h>
int mariadb_rpl_open(MARIADB_RPL *rpl)
Opens a replication stream
-
rpl
- A replication handle which was previously initialized by mariadb_rpl_init().
Zero on success, nonzero on error.
mariadb_rpl_open
was added in MariaDB Connector/C 3.1.0
MariaDB Connector/C Reference