Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.12
-
Fix Version/s: 1.0.12
-
Component/s: Connector
-
Labels:None
-
Sprint:2017-21, 2017-22
Description
In ha_calpont_execplan.cpp in function buildAggregateColumn around line 3608, there is this code:
else
It needs to check the return code rc and the fatalParseError flag:
else
{
rc = buildReturnedColumn(ord_col, gwi, gwi.fatalParseError);
if (!rc || gwi.fatalParseError)
}