1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
This commit is contained in:
Georg Richter
2022-08-30 17:39:36 +02:00
parent 1bd8c8bf39
commit 9c2e470825
4 changed files with 1038 additions and 190 deletions

View File

@@ -108,9 +108,14 @@ extern const char *mariadb_client_errors[]; /* Error messages */
#define CR_ERR_NET_READ 5013
#define CR_ERR_NET_WRITE 5014
#define CR_ERR_NET_UNCOMPRESS 5015
#define CR_ERR_CHECKSUM_VERIFICATION_ERROR 5016
#define CR_ERR_UNSUPPORTED_BINLOG_FORMAT 5017
#define CR_UNKNOWN_BINLOG_EVENT 5018
#define CR_BINLOG_ERROR 5019
#define CR_BINLOG_INVALID_FILE 5020
/* Always last, if you add new error codes please update the
value for CR_MARIADB_LAST_ERROR */
#define CR_MARIADB_LAST_ERROR CR_ERR_NET_UNCOMPRESS
#define CR_MARIADB_LAST_ERROR CR_BINLOG_INVALID_FILE
#endif