1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge branch '3.3-rpl' into 3.3

This commit is contained in:
Georg Richter
2023-02-21 17:11:56 +01:00
11 changed files with 2489 additions and 253 deletions

View File

@@ -107,10 +107,16 @@ extern const char *mariadb_client_errors[]; /* Error messages */
#define CR_ERR_NET_WRITE 5014
#define CR_ERR_NET_UNCOMPRESS 5015
#define CR_ERR_STMT_PARAM_CALLBACK 5016
#define CR_ERR_BINLOG_UNCOMPRESS 5017
#define CR_ERR_CHECKSUM_VERIFICATION_ERROR 5018
#define CR_ERR_UNSUPPORTED_BINLOG_FORMAT 5019
#define CR_UNKNOWN_BINLOG_EVENT 5020
#define CR_BINLOG_ERROR 5021
#define CR_BINLOG_INVALID_FILE 5022
/* Always last, if you add new error codes please update the
value for CR_MARIADB_LAST_ERROR */
#define CR_MARIADB_LAST_ERROR CR_ERR_STMT_PARAM_CALLBACK
#define CR_MARIADB_LAST_ERROR CR_BINLOG_INVALID_FILE
#endif