From: Adam Dickmeiss Date: Mon, 7 Feb 2011 13:28:44 +0000 (+0000) Subject: Fix dirty marker for CategoryList (IR-Explain-1) X-Git-Tag: v2.0.46~14 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=6816b18e9a7627dc11e6e2a4abe91555a73649e7 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. --- 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