GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mariadb_rpl_fetch(3) MariaDB Connector/C mariadb_rpl_fetch(3)

mariadb_rpl_fetch - fetches next event from replication stream


#include <mariadb_rpl.h>
MARIADB_RPL_EVENT *mariadb_rpl_fetch(MARIADB_RPL *rpl, MARIADB_RPL_EVENT *event)

    

Fetches one event from the replication stream

rpl - A replication handle which was initialized by mariadb_rpl_init(3) and connected by mariadb_rpl_open(3).
event - An event which was returned by a previous call to mariadb_rpl_fetch. If this value is NULL the function will allocate new memory for the event, otherwise the passed event value will be overwritten.

An event handle or NULL if EOF packet was received.

Event memory needs to be freed by calling mariadb_rpl_free_event(3).

mariadb_rpl_free_event(3)

mariadb_rpl_fetch was added in MariaDB Connector/C 3.1.0
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.