Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.0.12
-
None
-
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)
}