-
Notifications
You must be signed in to change notification settings - Fork 259
mariadb_rpl_extract_rows
Georg Richter edited this page Jun 13, 2023
·
2 revisions
mariadb_rpl_extract_row_data - Extract a list of rows from row event.
#include <mariadb_rpl.h>
MARIADB_RPL_ROW *
mariadb_rpl_extract_rows(MARIADB_RPL *rpl,
MARIADB_RPL_EVENT *tm_event,
MARIADB_RPL_EVENT *row_event)
Extracts a list of rows from a row event.
-
rpl
- a handle, which was previously allocated by mariadb_rpl_init(). -
tm_event
- the last table_map event -
row_event
- the row_event, which contains row data
This function was added in MariaDB Connector/C version 3.3.5
MariaDB Connector/C Reference