From b9e9758e9373f756ed94aff66fbbbad53ba99009 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Fri, 13 Jan 2023 16:32:03 +0100 Subject: [PATCH] Fix for CONC-625 Fixed error numbers in comments. --- libmariadb/ma_errmsg.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libmariadb/ma_errmsg.c b/libmariadb/ma_errmsg.c index 1dc4633f1..dedfd6a72 100644 --- a/libmariadb/ma_errmsg.c +++ b/libmariadb/ma_errmsg.c @@ -140,10 +140,10 @@ const char *client_errors[]= /* 2055 */ "Lost connection to MySQL server at '%s', system error: %d", /* 2056 */ "Server closed statement due to a prior %s function call", /* 2057 */ "The number of parameters in bound buffers differs from number of columns in resultset", -/* 2059 */ "Can't connect twice. Already connected", -/* 2058 */ "Plugin %s could not be loaded: %s", -/* 2059 */ "An attribute with same name already exists", -/* 2060 */ "Plugin doesn't support this function", +/* 2058 */ "Can't connect twice. Already connected", +/* 2059 */ "Plugin %s could not be loaded: %s", +/* 2060 */ "An attribute with same name already exists", +/* 2061 */ "Plugin doesn't support this function", "" }; #endif