Skip to content

mariadb_rpl_errno

Georg Richter edited this page Apr 11, 2023 · 1 revision

Name

mariadb_rpl_errno - returns the last error code for the most recent binlog function call

Synopsis

#include <mariadb_rpl.h>

unsigned int mariadb_rpl_errno(MARIADB_RPL * rpl);

Description

Returns the last error code for the most recent binlog function call that can succeed or fail. Zero means no error occurred.

Parameter

Notes

  • Client error codes are listed in errmsg.h header file, server error codes are listed in mysqld_error.h header file of the server source distribution.

History

This function was added in MariaDB Connector/C version 3.3.5

See also

Clone this wiki locally