From 4462656b255c0a0811d7a3b2f705581b635fbf7e Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Thu, 7 Oct 2021 12:46:01 +0300 Subject: [PATCH] Turn on DEBUG_LCK_LIST --- src/jrd/Attachment.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jrd/Attachment.h b/src/jrd/Attachment.h index 96b35da164..bb235db594 100644 --- a/src/jrd/Attachment.h +++ b/src/jrd/Attachment.h @@ -26,6 +26,9 @@ #define JRD_ATTACHMENT_H #include "firebird.h" + +#define DEBUG_LCK_LIST + // Definition of block types for data allocation in JRD #include "../include/fb_blk.h" #include "../jrd/scl.h"