1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Files
mariadb-connector-c/man/mariadb_rpl_close.3
2024-10-25 07:38:00 +02:00

24 lines
659 B
Groff

.\" Automatically generated by Pandoc 3.5
.\"
.TH "mariadb_rpl_close" "3" "" "Version 3.3" "MariaDB Connector/C"
.SS Name
mariadb_rpl_close \- Closes replication stream
.SS Synopsis
.IP
.EX
#include \f[B]<mariadb_rpl.h>\f[R]
void mariadb_rpl_close(MARIADB_RPL *rpl)
.EE
.SS Description
Closes a replication stream.
.SS Parameter
\f[CR]rpl\f[R] \- A replication handle which was initialized by
\f[B]mariadb_rpl_init(3)\f[R] and connected by
\f[B]mariadb_rpl_open(3)\f[R].
.SS Notes
To close the connection to the server, the api function
\f[B]mariadb_close(3)\f[R] must be called.
.SS History
\f[CR]mariadb_rpl_close\f[R] was added in MariaDB Connector/C 3.1