Temporarily disable listmanager debug checks
Since the listmanager code isn't used, the debug assertions will always fail. They should be disabled until the listmanager code can converted to the per-thread model.
This commit is contained in:
@ -474,7 +474,6 @@ typedef enum skygw_chk_t
|
||||
ss_info_dassert(d->dcb_chk_top == CHK_NUM_DCB && \
|
||||
d->dcb_chk_tail == CHK_NUM_DCB, \
|
||||
"Dcb under- or overflow"); \
|
||||
CHK_MANAGED_LIST(d) \
|
||||
}
|
||||
|
||||
#define CHK_PROTOCOL(p) { \
|
||||
@ -487,7 +486,6 @@ typedef enum skygw_chk_t
|
||||
ss_info_dassert(s->ses_chk_top == CHK_NUM_SESSION && \
|
||||
s->ses_chk_tail == CHK_NUM_SESSION, \
|
||||
"Session under- or overflow"); \
|
||||
CHK_MANAGED_LIST(s) \
|
||||
}
|
||||
|
||||
#define CHK_SERVER(s) { \
|
||||
|
Reference in New Issue
Block a user