From fa82c4024bccb6bc950c242d6134ce535e0176a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Ronstr=C3=B6m?= Date: Fri, 8 Nov 2024 13:24:40 +0100 Subject: [PATCH] RONDB-761: Fixed mistake --- pink/rondis/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pink/rondis/common.h b/pink/rondis/common.h index e48cd0dd..8840296d 100644 --- a/pink/rondis/common.h +++ b/pink/rondis/common.h @@ -23,7 +23,7 @@ void assign_generic_err_to_response(std::string *response, const char *app_str); #define FAILED_CREATE_TXN_OBJECT "Failed to create transaction object" #define FAILED_EXEC_TXN "Failed to execute transaction" #define FAILED_READ_KEY "Failed to read key" -#define FAILED_INCR_KEY "Failed to increment key, multi-row value" +#define FAILED_INCR_KEY "Failed to increment key" #define FAILED_INCR_KEY_MULTI_ROW "Failed to increment key, multi-row value" #define FAILED_GET_OP "Failed to get NdbOperation object" #define FAILED_DEFINE_OP "Failed to define RonDB operation"