mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-20 16:31:06 +00:00
27 lines
552 B
Groff
27 lines
552 B
Groff
.\" Automatically generated by Pandoc 2.5
|
|
.\"
|
|
.TH "mariadb_free_rpl_event" "3" "" "Version 3.3.1" "MariaDB Connector/C"
|
|
.hy
|
|
.SS Name
|
|
.PP
|
|
mariadb_free_rpl_event \- free event memory
|
|
.SS Synopsis
|
|
.IP
|
|
.nf
|
|
\f[C]
|
|
#include <mariadb_rpl.h>
|
|
|
|
void mariadb_free_rpl_event(MARIADB_RPL_EVENT *event)
|
|
\f[R]
|
|
.fi
|
|
.SS Description
|
|
.PP
|
|
Frees event memory.
|
|
.SS Parameter
|
|
.IP \[bu] 2
|
|
\f[C]event\f[R] \- An event handle which was previously obtained by
|
|
\f[B]mariadb_rpl_fetch(3)\f[R].
|
|
.SS History
|
|
.PP
|
|
\f[C]mariadb_free_rpl_event\f[R] was added in MariaDB Connector/C 3.1.0
|