mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
32 lines
685 B
Groff
32 lines
685 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "mariadb_rpl_close" "3" "" "Version 3.2.2" "MariaDB Connector/C"
|
|
.hy
|
|
.SS Name
|
|
.PP
|
|
mariadb_rpl_close \- Closes replication stream
|
|
.SS Synopsis
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
#include <mariadb_rpl.h>
|
|
|
|
void mariadb_rpl_close(MARIADB_RPL *rpl)
|
|
\f[R]
|
|
.fi
|
|
.SS Description
|
|
.PP
|
|
Closes a replication stream.
|
|
.SS Parameter
|
|
.PP
|
|
\f[C]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
|
|
.PP
|
|
To close the connection to the server, the api function
|
|
\f[B]mariadb_close(3)\f[R] must be called.
|
|
.SS History
|
|
.PP
|
|
\f[C]mariadb_rpl_close\f[R] was added in MariaDB Connector/C 3.1
|