You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-1196 add a comment
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user