From 6816b18e9a7627dc11e6e2a4abe91555a73649e7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Feb 2011 13:28:44 +0000 Subject: [PATCH] Fix dirty marker for CategoryList (IR-Explain-1) Register check showed that keys for it is IR-Explain-1's category list is inconsistent. NO longer the case with this fix. --- index/zinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/zinfo.c b/index/zinfo.c index 250715a..a6e52cd 100644 --- a/index/zinfo.c +++ b/index/zinfo.c @@ -995,7 +995,7 @@ static void zebraExplain_writeCategoryList(ZebraExplainInfo zei, assert(zcl); if (!zcl->dirty) return ; - zcl->dirty = 1; + zcl->dirty = 0; node_categoryList = zcl->data1_categoryList; #if ZINFO_DEBUG -- 1.7.10.4