-
Notifications
You must be signed in to change notification settings - Fork 257
rpl_api_reference
Georg Richter edited this page Jun 13, 2023
·
7 revisions
- mariadb_rpl_close - closes a replication stream
- mariadb_rpl_fetch - fetches an event from stream
- mariadb_free_rpl_event - frees event
- mariadb_rpl_get_optionsv - gets replication options
- mariadb_rpl_init - Allocates and initializes a replication handle
- mariadb_rpl_open - Opens a new replication stream
- mariadb_rpl_optionsv - Sets replication options
- mariadb_rpl_error - Returns last error message
- mariadb_rpl_errno - Returns last error number
- mariadb_rpl_extract_rows - Extract a list of rows from row event
MariaDB Connector/C Reference