mariadb_rpl_error()
Syntax
#include <mariadb_rpl.h>
const char *mariadb_rpl_error(MARIADB_RPL *rpl);Parameters
Parameter
Description
Returns
Notes
History
See also
Last updated
Was this helpful?
Returns the error message for the most recent Binlog API function call that can succeed or fail.
#include <mariadb_rpl.h>
const char *mariadb_rpl_error(MARIADB_RPL *rpl);rpl
A replication handle previously allocated by mariadb_rpl_init().
Returns a null-terminated string containing the error message on failure, or an empty string ("") if no error has occurred.
Client error codes are defined in errmsg.h. Server error codes are defined in mysqld_error.h in the MariaDB server source distribution.
Added in MariaDB Connector/C 3.3.5.
Last updated
Was this helpful?
Was this helpful?

