mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 00:47:11 +02:00
Add MariaDB Connector/C as a built-in alternative (v3.2.3).
This commit is contained in:
75
vendor/MDBC/man/mariadb_rpl_optionsv.3
vendored
Normal file
75
vendor/MDBC/man/mariadb_rpl_optionsv.3
vendored
Normal file
@ -0,0 +1,75 @@
|
||||
.\"t
|
||||
.\" Automatically generated by Pandoc 2.5
|
||||
.\"
|
||||
.TH "mariadb_rpl_optionsv" "3" "" "Version 3.2.2" "MariaDB Connector/C"
|
||||
.hy
|
||||
.SS Name
|
||||
.PP
|
||||
mariadb_rpl_optionsv \- sets replication options
|
||||
.SS Synopsis
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
#include <mariadb_rpl.h>
|
||||
|
||||
int mariadb_rpl_optionsv(MARIADB_RPL *rpl, enum mariadb_rpl_option option, ...)
|
||||
\f[R]
|
||||
.fi
|
||||
.SS Parameter
|
||||
.IP \[bu] 2
|
||||
\f[C]rpl\f[R] \- a replication handle which was previously allocated by
|
||||
<mariadb_rpl_init>
|
||||
.IP \[bu] 2
|
||||
\f[C]option\f[R] \- The option to be set, followed by one or more values
|
||||
.PP
|
||||
.TS
|
||||
tab(@);
|
||||
l l l.
|
||||
T{
|
||||
Option
|
||||
T}@T{
|
||||
Type
|
||||
T}@T{
|
||||
Description
|
||||
T}
|
||||
_
|
||||
T{
|
||||
MARIADB_RPL_FILENAME
|
||||
T}@T{
|
||||
char *
|
||||
T}@T{
|
||||
The name of binglog file
|
||||
T}
|
||||
T{
|
||||
MARIADB_RPL_START
|
||||
T}@T{
|
||||
unsigned long
|
||||
T}@T{
|
||||
Start position
|
||||
T}
|
||||
T{
|
||||
MARIADB_RPL_SERVER_ID
|
||||
T}@T{
|
||||
uint32_t
|
||||
T}@T{
|
||||
Server id
|
||||
T}
|
||||
T{
|
||||
MARIADB_RPL_FLAGS
|
||||
T}@T{
|
||||
uint32_t
|
||||
T}@T{
|
||||
Flags
|
||||
T}
|
||||
.TE
|
||||
.SS Return value
|
||||
.PP
|
||||
Returns zero on success, non zero on error.
|
||||
.SS See also
|
||||
.IP \[bu] 2
|
||||
\f[B]mariadb_rpl_get_optionsv(3)\f[R]
|
||||
.IP \[bu] 2
|
||||
\f[B]mariadb_rpl_open(3)\f[R]
|
||||
.SS History
|
||||
.PP
|
||||
\f[C]mariadb_rpl_optionsv\f[R] was added in MariaDB Connector/C 3.1.0
|
Reference in New Issue
Block a user