From 490ade606a85dca97d4cd7ffc42ef4ce2877a3c2 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Tue, 5 Aug 2014 16:20:56 +0200 Subject: [PATCH] Updated RUNNING NDB desc Updated RUNNING NDB desc --- utils/skygw_debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/skygw_debug.h b/utils/skygw_debug.h index 43a609a40..f4825049d 100644 --- a/utils/skygw_debug.h +++ b/utils/skygw_debug.h @@ -234,8 +234,9 @@ typedef enum skygw_chk_t { #define STRSRVSTATUS(s) ((SERVER_IS_RUNNING(s) && SERVER_IS_MASTER(s)) ? "RUNNING MASTER" : \ ((SERVER_IS_RUNNING(s) && SERVER_IS_SLAVE(s)) ? "RUNNING SLAVE" : \ ((SERVER_IS_RUNNING(s) && SERVER_IS_JOINED(s)) ? "RUNNING JOINED" : \ + ((SERVER_IS_RUNNING(s) && SERVER_IS_NDB(s)) ? "RUNNING NDB" : \ ((SERVER_IS_RUNNING(s) && SERVER_IN_MAINT(s)) ? "RUNNING MAINTENANCE" : \ - (SERVER_IS_RUNNING(s) ? "RUNNING (only)" : "NO STATUS"))))) + (SERVER_IS_RUNNING(s) ? "RUNNING (only)" : "NO STATUS")))))) #define CHK_MLIST(l) { \ ss_info_dassert((l->mlist_chk_top == CHK_NUM_MLIST && \