-
Notifications
You must be signed in to change notification settings - Fork 273
mariadb_rpl_errno
Georg Richter edited this page Apr 11, 2023
·
1 revision
mariadb_rpl_errno - returns the last error code for the most recent binlog function call
#include <mariadb_rpl.h>
unsigned int mariadb_rpl_errno(MARIADB_RPL * rpl);Returns the last error code for the most recent binlog function call that can succeed or fail. Zero means no error occurred.
-
rplis a handle, which was previously allocated by mariadb_rpl_init().
- Client error codes are listed in
errmsg.hheader file, server error codes are listed inmysqld_error.hheader file of the server source distribution.
This function was added in MariaDB Connector/C version 3.3.5
MariaDB Connector/C Reference