Skip to content

Commit

Permalink
RONDB-761: Fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelronstrom committed Nov 8, 2024
1 parent bf9c8fb commit fa82c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pink/rondis/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa82c40

Please sign in to comment.