From 06eaf7232e9a920468c0f8d74dcf2fe8b555501c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:24:36 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- libmariadb/man/mariadb_rpl_get_optionsv.3 | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 libmariadb/man/mariadb_rpl_get_optionsv.3 (limited to 'libmariadb/man/mariadb_rpl_get_optionsv.3') diff --git a/libmariadb/man/mariadb_rpl_get_optionsv.3 b/libmariadb/man/mariadb_rpl_get_optionsv.3 new file mode 100644 index 00000000..a0520e60 --- /dev/null +++ b/libmariadb/man/mariadb_rpl_get_optionsv.3 @@ -0,0 +1,74 @@ +.\"t +.\" Automatically generated by Pandoc 2.5 +.\" +.TH "mariadb_rpl_get_optionsv" "3" "" "Version 3.3.1" "MariaDB Connector/C" +.hy +.SS Name +.PP +mariadb_rpl_get_optionsv \- get replication option value +.SS Synopsis +.IP +.nf +\f[C] +#include + +int mariadb_rpl_get_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 + +.IP \[bu] 2 +\f[C]option\f[R] \- The option to be set, followed by one or more values +.PP +.TS +tab(@); +lw(23.3n) lw(23.3n) lw(23.3n). +T{ +Option +T}@T{ +Type +T}@T{ +Description +T} +_ +T{ +MARIADB_RPL_FILENAME +T}@T{ +char **, size_t * +T}@T{ +The name and name length 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_optionsv(3)\f[R] +.SS History +.PP +\f[C]mariadb_rpl_get_optionsv\f[R] was added in MariaDB Connector/C +3.1.0 -- cgit v1.2.3