From 347c164c35eddab388009470e6848cb361ac93f8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 15:22:53 +0200 Subject: Merging upstream version 1:10.11.8. Signed-off-by: Daniel Baumann --- libmariadb/include/errmsg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmariadb/include/errmsg.h') diff --git a/libmariadb/include/errmsg.h b/libmariadb/include/errmsg.h index 4afe8e8a..f22db164 100644 --- a/libmariadb/include/errmsg.h +++ b/libmariadb/include/errmsg.h @@ -114,10 +114,11 @@ extern const char *mariadb_client_errors[]; /* Error messages */ #define CR_BINLOG_ERROR 5021 #define CR_BINLOG_INVALID_FILE 5022 #define CR_BINLOG_SEMI_SYNC_ERROR 5023 +#define CR_INVALID_CLIENT_FLAG 5024 /* Always last, if you add new error codes please update the value for CR_MARIADB_LAST_ERROR */ -#define CR_MARIADB_LAST_ERROR CR_BINLOG_INVALID_FILE +#define CR_MARIADB_LAST_ERROR CR_INVALID_CLIENT_FLAG #endif -- cgit v1.2.3