From c83896609dd76ba5476b3cc1b0edda08ae185288 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 27 Mar 2018 15:23:47 -0500 Subject: [PATCH] MCOL-1196 add a comment --- dbcon/mysql/ha_calpont_execplan.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbcon/mysql/ha_calpont_execplan.cpp b/dbcon/mysql/ha_calpont_execplan.cpp index 690c8b3b5..7e138792b 100755 --- a/dbcon/mysql/ha_calpont_execplan.cpp +++ b/dbcon/mysql/ha_calpont_execplan.cpp @@ -2555,6 +2555,8 @@ ReturnedColumn* buildReturnedColumn(Item* item, gp_walk_info& gwi, bool& nonSupp case Item::COND_ITEM: { + // MCOL-1196: Allow COND_ITEM thru. They will be picked up + // by further logic. It may become desirable to add code here. break; } default: